Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1037274

    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

    #1037334

    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

    #1042826

    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

    #1043953

    Hi Theycallmeholla,

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.