Tagged: 

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

    I am trying to change the burger menu, on just the homepage, to a different colour than the default menu colour.

    I have done a forum search and found this code but it doesn’t change the burger:

    .page-id-13 .av-hamburger-inner,
    .page-id-13 .av-hamburger-inner::after,
    .page-id-13 .av-hamburger-inner::before {
    color: #ffffff!important;
    }

    Any ideas?

    #1225018

    Hey chriskazoo,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1225035
    This reply has been marked as private.
    #1225038

    Hi,

    Add this to quick css:

    .home .header_color .av-hamburger-inner,
    .home .header_color .av-hamburger-inner:after,
    .home .header_color .av-hamburger-inner:before{
        background-color:#ffa408!important;
    }

    Best regards,
    Jordan Shannon

    #1225039

    LEgend Jordan! That worked!

    #1225041

    Hi,

    Perfect, I’m happy I was able to help! If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Burger menu color on specific page’ is closed to new replies.