Ylan Posted September 22, 2021 Share Posted September 22, 2021 Site URL: https://www.lefeuillet.tv Hi everyone, Can you help me ? I want to remove the footer only on product page. Do you have an idea ? Thanks Link to comment
creedon Posted September 22, 2021 Share Posted September 22, 2021 Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. <style> /* footer hide */ .Footer { display : none; } </style> This is for v7.0 using the Brine template family. 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
holly.k.harmon Posted April 27 Share Posted April 27 @Creedon do you have a code for a 7.1 site to remove the footer from ALL product pages? Link to comment
creedon Posted April 27 Share Posted April 27 2 hours ago, holly.k.harmon said: do you have a code for a 7.1 site Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> #footer-sections { display : none; } </style> Let us know how it goes. tuanphan 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment