roger2 Posted December 4, 2021 Share Posted December 4, 2021 In a moment of stupidity I added this script <style> header, footer { display:none; } </style> to a page footer rather than in "settings>advanced>code injection>footer". My footer no longer displays on any of my pages and of course I can't change it because it no longer displays. How do I extricate myself? Thanks in advance. Link to comment
Solution creedon Posted December 4, 2021 Solution Share Posted December 4, 2021 Add the following to Settings > Advanced > Code Injection > FOOTER. <style> footer { display : unset; } </style> This should restore your footer. Remove the offending code from your footer. Remove the above code. Let us know how it goes. roger2 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! 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