breadcrumbs, hover text color, active menu page color

Hi!

I am working with Activello theme and want to hide the breadcrumbs on my woocommerce shop pages and I also want to change all the fonts to black in my menu and Title. Currently the title and menu os black until hover or active pages…then it’s white. Any help please. I have been at this for hours and it shouldn’t be this hard.

I got rid of the breadcrumbs but I am still having issues with the menu text color staying black

Ok so I now replaced the site title with a image.

My only issue that I still have is the menu/navigation. I want it to be black text all the time on hover and active page.

Hi @sblair77,

I hope you are well today and thank you for your question.

My only issue that I still have is the menu/navigation. I want it to be black text all the time on hover and active page.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page .navbar-default .navbar-nav > li > a:hover, #page .entry-title a:hover, #page .navbar-default .navbar-nav > .active > a {
    color: #333;
}

Best Regards,
Movin