Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #868069

    I want the hamburgermenu icon to have a coloured background but cannot find where to set this.
    See example image: example burger

    #868089

    Hey davelaar,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #868090
    #868408

    Hi,

    Please use the following CSS rule and style it with the way you want

    
    .avia-menu.av_menu_icon_beside {
    background: #000 !important;
    }

    Let us know if you need anything else.

    Best regards,
    Basilis

    #868687

    Ok, i have tried:
    .avia-menu.av_menu_icon_beside {
    background: #7c6853 !important;
    border-radius: 50%;
    }

    But still not round icon-background

    #868869

    Hi davelaar,

    Please remove the code that you put and use this one:

    
    .av-hamburger-box {
        left: 12px;
        top: -28px;
    }
    .av-hamburger.av-js-hamburger {
        height: 60px;
        width: 60px;
        background: #5e5559 !important;
        border-radius: 50%;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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