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

    I need to change the colour of the menu item button that appears beside the burger menu in the header to #BE4E02.

    I tested with Custom CSS:

    #top #header_main #menu-item-548 a {
    color: white;
    }

    But that changed the space behind the button to white.

    I tried:

    #top #header_main #menu-item-548 a {
    color: white;
    }

    But that didn’t change anything.

    #1472967

    Hey Tanja,

    Thank you for the inquiry.

    Try to use this css code instead:

    #top #wrap_all .header_color #menu-item-548 > a .avia-menu-text {
        background-color: red;
        color: blue;
        border-color: black;
    }

    Best regards,
    Ismael

    #1473026

    Perfect, thank you!

    #1473068

    Hi,

    No problem! Glad we could be of help. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the colour of the button that appears beside the burger menu’ is closed to new replies.