Viewing 2 reply threads
You must be logged in to reply to this topic.
I can’t see to figure out how to change the hover color on the menu/navigation on the home page. No matter what it seems to stay blue.
I’d like to make it orange like the rest of the site.
Help!
(thank you so much in advance, your support really is top notch!)
P.S. the site is yourmarketmetrics.com
Hello,
Thank you for the appreciation!
Please add this code into your Custom Css box:
.header_container.menu-full-style #navigation nav > ul > li > a:hover {
color: #f36c38 !important;
}
Let me know.
Best regards!
You must be logged in to reply to this topic.