naonow Posted February 2, 2021 Share Posted February 2, 2021 Site URL: https://naonow.squarespace.com/get-started Hi! I am trying to hide pricing for our third row of packages on this page (like how we did for the first two rows): https://naonow.squarespace.com/get-started https://naonow.com/get-started How do we do this? This was the coding we used for the first two rows: #block-yui_3_17_2_1_1593310964731_25599:lang(en) { display: none; } [data-section-id="5ef2ad351b66670d0bcb0c8c"]:lang(en) { display: none; } Link to comment
naonow Posted February 2, 2021 Author Share Posted February 2, 2021 @tuanphan do you know how? Link to comment
creedon Posted February 2, 2021 Share Posted February 2, 2021 I'm not seeing anything being hidden on that page. You could try the following. .discount-price:lang( en ), .regular-price:lang( en ) { display : none; } This would target the selectors site wide. If you need to narrow it down to a particular page. Let us know. Let us know how it goes. 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