antonio_a Posted November 23, 2022 Posted November 23, 2022 (edited) I want to hide the price of this and other specific products, but I still want my customers to be able to enter the site and view the information displayed about them. I tryed to add this in code injection directly on the product page in additional info but it does not seem to be working. <style> .product-price { display: none; } </style> Edited November 23, 2022 by antonio_a url
creedon Posted November 23, 2022 Posted November 23, 2022 Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. 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.
antonio_a Posted November 23, 2022 Author Posted November 23, 2022 12 hours ago, creedon said: Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. https://www.wineeatandtravel.com/store-1/puerto-vallarta-yacht-rentals
Solution creedon Posted November 23, 2022 Solution Posted November 23, 2022 (edited) Try the following. <style> .tweak-product-item-details-show-price .ProductItem-details .product-price { display : none; } </style> Let us know how it goes. Edited November 23, 2022 by creedon version 2 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.
antonio_a Posted November 23, 2022 Author Posted November 23, 2022 2 minutes ago, creedon said: Try the following. <style> .tweak-product-item-details-show-add-to-cart-button .ProductItem-details .sqs-add-to-cart-button-wrapper { display : none; } </style> Let us know how it goes. no changes it is still showing.
creedon Posted November 23, 2022 Posted November 23, 2022 17 minutes ago, antonio_a said: no changes it is still showing. It appears to be working to me. 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.
antonio_a Posted November 23, 2022 Author Posted November 23, 2022 7 minutes ago, creedon said: It appears to be working to me. but the price is still showing as $0.00, I want to hide the price if posible and leave everything else
creedon Posted November 23, 2022 Posted November 23, 2022 Quote I want to hide the price if posible and leave everything else I updated my code. antonio_a 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.
antonio_a Posted November 23, 2022 Author Posted November 23, 2022 it worked thank you for your help. creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment