This topic has 4 replies, 2 voices, and was last updated 7 years, 8 months ago ago by Rose Tyler
I would like to change the font colour of the selected product category and also the hover colour when selecting the category from the drop down shop menu in the main nav bar https://www.criticalenvironmentsolutions.co.uk/shop-cleanroom-products/ Many thanks
Hello,
Try to use this code in Custom css:
.menu .nav-sublist-dropdown ul>li>a:hover {
color: red;
}
.menu .nav-sublist-dropdown ul > li.current-menu-item >a {
color: black;
}
Regards,
Rose Tyler.
Many thanks Rose, I seemed to have achieved what was wanted.
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Change Font Colour in Product Categories Widget’' has been successfully resolved, and the topic is now closed for further responses