could you please help me remove the price from the product page. I am using variations of a product to offer a free sample or the full priced product. The product page lists the prices as 'FREE!'. From previous topics I have been able to remove 'from' that was in front of the price but it didn't fully work and remove the price as well. I want to be able to remove the price from the product page altogether, therefore keeping the price on the price details page only.
Remove price from product page - Flashlight
8 posts from 3 voices-
Posted 9 months ago #
-
Hi,
Try adding this to your custom.css or Quick CSS:
#top .price, #top .price span, #top .price del, #top .price ins { display:none; }Regards,
MyaPosted 9 months ago # -
thank you but this did not make any difference.
Any other thoughts? see link to page I want to remove the price from below.
Posted 9 months ago # -
Hi,
I visited the link and there is only one product there. I don't see any price.
Regards,
IsmaelPosted 9 months ago # -
Hi Ismael,
yes there is only one product so far as I am building my site still. I have variations set with a sample of the product available free of charge and the product at £150. on the product page it did say 'From Free' and some code I used from another post got rid of the from but now I want to have no price on this page and only have it on the product detail page.
Posted 9 months ago # -
Hi,
So you want to remove the "Free" text on this page http://www.ruthhaywarddesign.co.uk/?post_type=product? You can add this on your custom.css
.archive .price { display: none!important; }Regards,
IsmaelPosted 9 months ago # -
you are a Star!!!! thank you very much
Posted 9 months ago # -
Hi RuthHayward,
Glad that we could help. :)
Cheers,
IsmaelPosted 9 months ago #
Reply
You must log in to post.














