How do I make the menu area *not* transparent when the user scrolls?
The header is set to No transparency but when the user scrolls the header shrinks (per the setting) and then the background becomes transparent.
How can I disable that transparency? Is there a theme option for it?
Hey rayjoneill,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
Best regards,
Basilis
Hi,
Add this to quick css:
.html_header_top.html_header_sticky #header{
background:#000!important;
}
Best regards,
Jordan Shannon
