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
Attachments: You must be
logged in to view attached files.
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 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it