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

    Hi.

    I have a page with different hamburger color menu:
    .page-id-5526 .header_color .av-hamburger-inner, .page-id-5526 .header_color .av-hamburger-inner::before, .page-id-5526 .header_color .av-hamburger-inner::after {
    background-color: #000000!important;
    }

    I made this, but must done something wrong, because the middle bar is stil black:

    .page-id-5526 .header-scrolled-full .page-id-5526 .header_color .av-hamburger-inner, .page-id-5526 .header-scrolled-full.header_color .av-hamburger-inner::before, .page-id-5526 .header-scrolled-full.header_color .av-hamburger-inner::after{
    background-color: #FFF!important;
    }

    Thanks,
    OPVAB

    #1243223

    Hey opvab,

    Could you post a link to the page in question so that we can have a closer look please?

    Best regards,
    Rikard

    #1243249

    Hi. Posted in PC.

    If you scroll down, you’ll notice that the middle bar is stil black when it should change to white as the rest of them.

    Thanks.

    #1243487

    Hi,

    Add this to the bottom of quick css:

    .header-scrolled.header-scrolled-full .av-hamburger-inner{
    background:#ffffff!important;
    }

    Best regards,
    Jordan Shannon

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