How do I change the color of links and hovers in menu items? I know this must be in the CSS but just need to know where.
Change colors of links and hovers
4 posts from 2 voices-
Posted 1 year ago #
-
Hi,
Try to add the following code in your Quick CSS or custom.css:
.nav li a {
color: #aaa;
}
.nav .currentli_item a, .nav li a:hover {
color: white;
}The first code block is for the menu items, the second code block is for the hover and current menu item. Just replace the color as required. Hope this helps and Happy Easter. :)
Best Regards,
IsmaelPosted 1 year ago # -
Already searched stylesheet.css. There is no Quick CSS or custom.css that I can find. really need help on this ASAP.
Posted 1 year ago # -
Hi,
My mistake. It's supposed to be style.css(located in the Display folder).
Best Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














