Hi
whats the ID/class/rule to style a menu element that has the setting “Button Style (Colored)”??
https://marcusjeroch.de/screens/bsc.jpg
Marcus
Hey MarcusJeroch,
The class is: av-menu-button-colored
The color is based on your theme colors.
Example of the rule:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background-color: #9cc2df;
color: #ffffff;
border-color: #9cc2df;
}
Let us know if this answered you question.
Best regards,
Mike
I have tried every option I can think of and I can’t get it to change.
I want to change “Request Free Estimate” to the following CSS:
{
background-color: white !important;
border-color: #000130 !important;
border-radius: 25px !important;
padding: 10px !important;
color: #000130 !important;
}
I have button style (color) selected in the option and it’s not changing. I dont know what to do.
I have tried everything from :
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text
.main_menu #menu-item-11 .avia-menu-text
#menu-item-11 a span
none of them will change it
Hi Theycallmeholla,
Best regards,
Victoria