Header banner above the header
-
Hi support,
I use your ‘header banner’ function on my mobile website.
But on my desktop version, I do not want to display it (see image).
Hopefully you can help me!
Best regards,
Maikel
Sorry, see image.
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS > choose the CSS for device where you want to hide the banner:
.header-banner-container{
display:none;
}
Best Regards
Hi support,
Unfortunately, this code doesn’t work.
Only the content in the banner disappears, but the banner itself is still visible (see image).
Best regards,
Maikel
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the code with this one:
.header-banner{
display:none;
}
Best Regards
Hi,
Great support, thank you very much!!
Best regards,
Maikel
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Header banner above the header’ is closed to new replies.