Home › Forums › Jevelin Theme › Hide price on Shop Page
Home › Forums › Jevelin Theme › Hide price on Shop Page
Hi there,
Could you assist me? Is there an option to prevent the price from displaying on each product on the shop pages/category pages? I would also like to remove the “Buy now/add to cart/view retailers” button from displaying on these pages.
My main shop page functions as a catalogue and then clients can view prices and retailers when clicking into the single product.
I look forward to your feedback!
Warm regards
Nerina
Hi Nerina,
I hope you are well today and thank you for your question.
We can achieve this developing custom CSS code.
Could you please share me the page URLs from your site where you want to remove it so that I can help you to remove it?
Best regards,
Shufflehound team
Hi Shufflehound,
You are the best. It is on all of my category pages. Link below.
Thanks!!
Nerina
Solution for this topic
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.archive.woocommerce ul.products li.product .price, .archive.woocommerce ul.products li.product .button { display: none; }
You guys are amazing! Thank you for the help!!
You are most welcome here 🙂