Comments 1Mannix started the conversationSeptember 17, 2016 at 6:28amHello,Is there an option in this theme to achieve the slider being under the header bar and the header bar being opaque? Thank you! 1,558Laborator repliedSeptember 19, 2016 at 10:58amHi Mannix,I did this by adding the following CSS in your Custom CSS area: header.site-header { position: absolute; background: rgba(255,255,255,0.4); width: 100%; } Best regards,Laborator Team Documentation Join Kalium Users Group 1Mannix repliedSeptember 26, 2016 at 5:28pmHello,Thank you very much for this. One comment though, since the header bar is on absolute position, even the header on the product pages that it overlaps with the product page contents like the screenshot attached. Is there a way to fix this?[deleted] repliedSeptember 26, 2016 at 7:32pmHi Mannix,Please add the code below to Custom CSS @media screen and (min-width: 768px) { .admin-bar header.site-header.sticky.sticked { background: #fff; } } Sign in to reply ...
Hello,
Is there an option in this theme to achieve the slider being under the header bar and the header bar being opaque? Thank you!
Hi Mannix,
I did this by adding the following CSS in your Custom CSS area:
Best regards,
Laborator Team
Hello,
Thank you very much for this. One comment though, since the header bar is on absolute position, even the header on the product pages that it overlaps with the product page contents like the screenshot attached. Is there a way to fix this?
Hi Mannix,
Please add the code below to Custom CSS