Blog
How To Change The Mobile Menu Bar Color In Divi Theme
Appy this CSS code : /* Changing the mobile menu button color */ @media only screen and (max-width: 980px) { #et-top-navigation span.mobile_menu_bar:before, #et-top-navigation span.mobile_menu_bar:after { color: #00994c !important; } }