The homepage we have is built with all slider revolution sliders.
There are a couple of full-width sliders, and the slider disappears when you scroll to those full-width sliders.
There are also full-width sliders as heroes other pages.
Is there a way to have the header always be present and not disappear on every page?
Website and login in private content.
Hey Tri,
Thank you for the inquiry.
Adding the following css code should fix the issue with the header.
.html_header_top.html_header_sticky #header {
position: fixed;
z-index: 999999;
}
Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.
Best regards,
Ismael
Thank you! That worked!