• Resolved parkerposts

    (@parkerposts)


    How can I change the color of my hamburger menu button when my site is on the mobile view? My theme is marlin light and I would like to switch the hamburger menu to black instead of the peachy/pink color the theme came with.

    The blog I need help with is parkerposts.com.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello parkerposts,

    To change the hamburger you need to apply below given css in your style file-

    .nav-toggle {
    background-color: #000 !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Theme Author VolThemes

    (@volthemes)

    Thanks Manoj!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change mobile hamburger menu color’ is closed to new replies.