Mega Menu Hamburger Menu Color

There, I Fixed It! is a small blog I’ve created, mostly for myself. It includes fixes for bizarre, specific and unique problems that I’ve had a hard time finding answers to. They are mostly fixes for WordPress and Elementor related plugins and issue. These are only my fixes that worked for me in specific instance.  This is not a support or discussion blog. Do not contact me with questions.

I love the Mega Menu Pro plugin, but one of my biggest pet peeves is not having anywhere to change the hamburger icon color. So here’s the css:

				
					
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after,
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner  {
	background-color:#25408f;
}