Archived topic
Shop Page Settings
5 replies · Started by Forum User on December 21, 2020
Is there a way to NOT show the images and just the product name on the shop page?
Hi,
You should be able to hide the images on the shop page by applying display:none; through CSS.
Here's how to add CSS: https://docs.generatepress.com/article/adding-css/
body.post-type-archive-product .wc-product-image {
display: none;
}
That worked. Thank you.
Is there a way that all my products will be visible instead of just 10?
Can I remove the pricing as well?
Actually let's scratch the CSS and use the GP Premium's WooCommerce module instead.
https://docs.generatepress.com/article/woocommerce-overview/#shop
This should be easier for you as this is within the UI.
Go to Appearance > Customize > Layout > WooCommerce.
On this setting, go to Shop and uncheck "Display price" and "Display product image". This should remove the price and the product image from shop archive's display.
That worked. Thank you!
That worked. Thank you!
Glad it worked for you. No problem. :)