Tagged: main-menu
Hi, I’d like to change the colors of two main menu buttons on my site. “Enrol Now” should be #0F4761 and “Portal” should be #0B897A. Can you guide me on how to do this? I can only select one color in general and advanced styling. I’ve linked the website for you to look over. Thank you!
Hey Rens18,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-254 .avia-menu-text {
background-color: #0F4761;
}
#menu-item-610 .avia-menu-text {
background-color: #0B897A;
}
Best regards,
Rikard