Hi, How do i change the rollover colors of the Employment and Contact button in my navigation menu button? Right now Employment is outlined but when hover would like it to fill red white whit text. The contact I would like the button darker orange when hovered with white text.
Hey carlosTLM98,
Thank you for the inquiry.
You can add this css code to adjust the hover style of the menu button.
#top #header .av-main-nav .av-menu-button:hover > a .avia-menu-text {
background: #97040b;
color: #ffffff;
}
Best regards,
Ismael
Thanks for the code.. How do I make the border of the contact yellow and not red?
Hi,
Please try this CSS as well:
#menu-item-553 .avia-menu-text {
border-color: yellow;
}
Best regards,
Rikard
Thanks, How about on hover?