Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I’m using the Logo in Center and 2 Navigation in Sides header style. On mobile devices and tablets or when the desktop screen in reduced, the transparent header disappears and is replaced with a white background. I’d like it to look like the demo header on mobile/minimized screens.

Please advise.
Thanks in advance!
Katie
Thanks for your response.
Here is a link to my site: https://new.trygtech.com/wordpress/
Thanks,
Katie
Hello,
Please add this code into your custom css box:
@media (max-width: 979px){
.header_wrapper {
background: rgba(255, 255, 255, 0) !important;
}}
Result screenshot.
Best regards!
You must be logged in to reply to this topic.