mbike999 Posted December 13, 2021 Share Posted December 13, 2021 Site URL: http://www.oxbowphoto.com Hi, I just made the mistake of putting this code block into the footer on my webpage, and now the header and footer are gone on the editor and I cannot remove the code. Any idea how to remove it? <style> .header, #footer-sections { display:none !important; } </style> Link to comment
mbike999 Posted December 13, 2021 Author Share Posted December 13, 2021 I was able to fix this using safe mode. Link to comment
tuanphan Posted December 17, 2021 Share Posted December 17, 2021 with anyone has this problem, you can add this CSS to Design > Custom CSS to override above CSS, then header/footer will be back /* bring back header footer */ .header, #footer-sections, header#header, footer.sections { display:block !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment