Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello.
I am unable to turn off the masthead background, so I can’t get the background image to show through my main menu. The menu just turns grey.
I hope there is an option to simply turn off the masthead background soon.
I also need the menu text to not be transparent. It is harder to read, now. This is what I used to make the menu transparent:
.main-navigation {
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
}
Hi Nicholas
Thanks for reaching out.
Masthead background is at Appearance > Customize > Page > Masthead Background. If you’re unable to change that then let us know and we’ll try help. By default it’s not possible to get the masthead background showing through the menu, we’d need to do some custom development for that to happen.
Here is how you might set the menu opacity under Appearance > Custom CSS:
255,0,0 is the RBG color, 0.3 is the opacity. Adjust as required.
I spent some time on moving the menu up now, I unfortunately wasn’t able to. We don’t officially cover customisations of this nature. We do our best to help out where possible though.