I can’t figure out my problem on the configuration of my header.
On the home page, things are great with a transparent header but on some sub pages I have no transparency set for the header but the hamburger menu can’t be seen. Also, if I play with the header configuration and make that page header transparent the hamburger icon disappears altogether. What am I missing?
Hey satucker,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top:not(.home) .header_color .av-hamburger-inner,
#top:not(.home) .header_color .av-hamburger-inner::before,
#top:not(.home) .header_color .av-hamburger-inner::after {
background-color: #b5b5b5;
}
If you need further assistance please let us know.
Best regards,
Victoria