Hello, It it seems that I cannot change the colour of the selected headings. I attached a picture to clarify my meaning a bit. It seems that this feature is missing, and I cannot find in the FAQ's. Can you please tell me where to change this?
I'm sorry to bother you guys with this small question but I have been searching for ages..
That's because you're using a demo content which has some custom CSS because of it's unique style, so to change the color of the menu color on hover and active add this CSS to Custom CSS:
/* Menu: Standard menu active item color */
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li.current_page_ancestor a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li.current_page_parent a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li.current-menu-parent a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li.current-menu-item a,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > li.current-menu-item a {
color: red;
}
/* Menu: Standard menu link color on hover */
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul>li>a:hover,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu>li>a:hover {
color: blue;
}
Hello, It it seems that I cannot change the colour of the selected headings. I attached a picture to clarify my meaning a bit.
It seems that this feature is missing, and I cannot find in the FAQ's. Can you please tell me where to change this?
I'm sorry to bother you guys with this small question but I have been searching for ages..
Hi there,
That's because you're using a demo content which has some custom CSS because of it's unique style, so to change the color of the menu color on hover and active add this CSS to Custom CSS:
Best regards,
Laborator Team
Thanks Art, This helped a lot!
You're welcome EwoutBakker
P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on ThemeForest from your Downloads tab.
A huge thank you from Laborator in advance!
Best regards,
Laborator Team