This topic has 9 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Robert Hall
Hi,
The site has subcategories in the menu, when I hover them, the font colour changes to the same colour to the menu one (currently red).
How can I have subcategories font changed to a different colour?
Many thanks,
Hello,
Please provide us with the link to your site.
Regards,
Eva Kemp.
Hi,
If you go over “Crafty Cakes” in the menu and you will see a submenu.
Hello,
Please add this code into custom.css file:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a:hover {color: your_color_value;}
How to create custom.css you can watch here.
Regards,
Eva Kemp.
Hi,
I have added this line:
.main-nav .menu > li .nav-sublist-dropdown .container > ul > li a:hover {color:#18b29d;}
to the custom.css but it does not work.
UPDATE: sorry, for some reason I had to put it at the top instead of below the other code I added to the file and now it works fine.
Thank you!
However when I scroll down the page, I have the menu that pops up at the top and the submenu is back to red colour. I would like this to be changed. What would the code line be?
Hello,
Please use this code:
.fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a:hover {color: #18b29d; }
Regards,
Eva Kemp.
Many thanks, this works great!
Hello,
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up