digitalvibesspecialist Posted May 5, 2022 Share Posted May 5, 2022 Site URL: https://www.mayfairaustin.com/ I hid the navigation/ footer in the footer section with some CSS but now that I want to unhide this, the footer does not show so i cant figure this out. Is there code to "show" header & Footer?! Link to comment
creedon Posted May 5, 2022 Share Posted May 5, 2022 Please see the following. Then alter your code to the following. <style> html:not( .squarespace-damask ) .header, html:not( .squarespace-damask ) #footer-sections { display : none; } </style> The added code tells it not to activate when you are in Preview. To see the effect you need to use Private browsing. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
digitalvibesspecialist Posted May 5, 2022 Author Share Posted May 5, 2022 IT WORKED! THANK YOU!!!!! creedon 1 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