• Resolved namrongaba

    (@namrongaba)


    Hi! How can I change the color of the hamburger menu icon for a single page like the home page? For example, having the hamburger menu white on the home page and black on the rest of the site?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Samuel Silva

    (@samuelsilvapt)

    Hi @namrongaba ,

    I suggest you try some CSS to achieve your needs, something like:

    body.home .animatedfsmenu-navbar-toggler{

    background-color: #CCCCCC;

    }

    Let me know if that solves your problem.

    Thread Starter namrongaba

    (@namrongaba)

    Ok for the background color, but what if I need only the 3 hamburger lines white on home and black on the rest of the site?

    Thank you again!

    Plugin Author Samuel Silva

    (@samuelsilvapt)

    @namrongaba In that case, please use:

    body.home .animatedfsmenu-navbar-toggler .bar?{

    background: #FFFFFF?!important;

    }

    Thread Starter namrongaba

    (@namrongaba)

    Thank you so much Samuel!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Different Color on HOME’ is closed to new replies.