Hello,
I tried to hide my footer on one page, but I made the mistake of adding the following code into a code block in my footer (I now deeply regret it):
.header, #footer-sections {
display:none !important;
}
I thought great! It's working, until I realised the change applied to all of my website pages and not on that single page only.
So now I've been trying to get my footer back, but the whole footer being disabled thanks to that code block, I can't do anything. It's not being visible anywhere which means that I can't access the code block and delete it.
I went into the inspect Elements of Chrome, I found the footer sections and changed "none !important" to "block !important".
It seems to work when I edit the code, the footer is visible again, only I cannot edit anything nor can I save anything in the inspect Elements. Meaning back to square one with a hidden footer on each and every one of my pages.
Could you please help? Is there any way for me to retrieve the footer so that I can delete that code block once and for all? I'd rather have a footer on every page than none at all.
Many thanks