This topic has 4 replies, 2 voices, and was last updated 2 months, 3 weeks ago ago by Jack Richardson
Hello 8Theme’s Team
I Have this issue when activating Maintenance Mode, if i use a Sticky header it keeps Appearing when scrolling on the Maintenance Page i have the same issue with the footer
(even when adding Conditions in the Elementor theme builder to not appear in the Maintenance Page)
Thanks For your Time
Hello @QaQako
You are utilizing the XStore Advanced sticky header plugin on your web-site. if you are planning to use the XStore Header builder based on Elementor then you can simply deactivate and remove the plugin mentioned before. Otherwise you can add the custom CSS in your Theme Options -> Theme Custom CSS -> Global CSS:
.page-template-maintenance .sticky-site-header {
display: none;
}
Kind regards,
Jack Richardson
The 8theme’s team
thanks that worked what about the footer, How to remove it
thanks for your time
Hello @QaQako
You can use next CSS for that case:
.page-template-maintenance .et-footers-wrapper {
display: none;
}
Kind regards, Jack Richardson
You must be logged in to reply to this topic.Log in/Sign up