Viewing 2 replies - 1 through 2 (of 2 total)
  • See to it that theme has option to change that color somewhere in theme settings or not. If not provided, we can use this code in Appearance > Customize > Additional CSS

    
    @media (max-width: 1020px) {
    	.mobile-menu span { background: #ff69b4; }
    }
    
    

    change #ff69b4 to your own color.

    Thread Starter facmountmorris

    (@facmountmorris)

    Thank you so much Paulwpxp that worked!!! It was the last little tweak I needed for our site. Appreciate it very much!

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