I have 3 menu buttons but want each to be their own color. I have seen replies about changing code but none of these solutions are working for left side menu.
Hey efreighter,
Thank you for using Enfold.
Enable the “CSS Class” option in the Appearance > Menus panel so that you can apply a custom css class attributes to the menu item. You can then use the following css code to change the menu item’s color.
#top #wrap_all .header_color .custom-css-class > a .avia-menu-text {
background-color: #f05a1a;
color: #ffffff;
border-color: #f05a1a;
}
Replace the “custom-css-class” selector with the actual class attribute.
// https://www.wpbeginner.com/wp-themes/how-to-style-wordpress-navigation-menus/
Best regards,
Ismael