Haiils Posted March 12, 2022 Share Posted March 12, 2022 (edited) Hi, New to Squarespace, with limited (diy) coding skills/training. Need help removing price display on store product pages in Loam template in 7.1. Thank You! Edited March 12, 2022 by Haiils Link to comment
creedon Posted March 12, 2022 Share Posted March 12, 2022 Add the following to Store Settings > Advanced > Page Header Code Injection for the store page. Please see per-page code injection. <style> /* hide price */ .ProductItem-details .ProductItem-product-price, /* layout simple */ .pdp-details .pdp-details-price /* layouts full, half, wrap */ { display : none; } </style> This is for v7.1. Let us know how it goes. realkeen 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