Can't change color on hamburger menu

Hello,

I’ve searched and searched for answers and nothing I’ve tried works, so hoping someone here can help out. I am trying to change the color of my hamburger menu to match the rest of my site (we change our accent color each year). I evidently was able to do this last year, but I can’t for the life of me figure out how. Thinking it must be something buried in the css but I can’t find it. Making changes through customizing the appearance does not work. I’ve tried adding custom css as found in the Beaver Builder help files and in this community, but it’s not overriding whatever is making the hamburger menu continue to stay yellow.

Site is: cej-oregon.org

Any assistance greatly appreciated!

Shari

Hi,

Try putting this at the bottom of your custom css:

.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle {
    border: 1px solid #0068ab;
    color: #0068ab;
}
1 Like

Wow! I cannot thank you enough for this - I was going crazy. :slight_smile: Have a nice weekend.

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.