Hi, I just started working with this theme. Like it a lot so far. Can you tell me how to get rid of the white on the top header here:
Thanks!
Hey treemango,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi,
Thanks for the update.
We replaced the layer slider shortcode with the designated builder element to correct the layout issue. Please remove the browser cache before you check the page again.
Best regards,
Ismael
Thank you for fixing the problem. In Chrome, it displays correctly. I just noticed, however, that in Microsoft Edge, the white bar is still there. I haven’t checked any other browsers
Hi,
Yea, seems that Edge is not supporting this because of it been a later technology.
Best regards,
Basilis
Hi treemango,
Please try using this css:
.ls-inner {
background-attachment: scroll !important;
}
Best regards,
Victoria
Hi,
Thanks for the update.
The background size set in the layer slider editor is not the same as what is in the frontend. We used this css code in the Quick CSS field to fix that issue temporarily.
.ls-wp-container .ls-inner {
background-size: cover !important;
}
Best regards,
Ismael