editing in advanced styling only changes the active state color, not the rollover. I need them to be the same.
Hey hostworks,
I am seeing the hover and active as black. Was this resolved?
Best regards,
Jordan Shannon
No, the hover is blue and the red is active. I’d like both to be red.
image
Hi,
Add this to quick css:
.html_header_top .header_color .main_menu ul:first-child ul{
border-top-color:#b02b2b!important;
}
Best regards,
Jordan Shannon
Yes, that did it. Any chance I can make it taller to stand out more?
Hi,
Not with the hover as that is a border. You can make the active line taller though.
Best regards,
Jordan Shannon
That would be helpful.
Never mind, I figured it out:
.avia-menu-fx {
height: 5px;
background: #b02b2b!important;
}
THANKS again!