Product Archive Page Layout
-
I have a product archive page which displays all the products from a specific category.
My issue is that I only want the product image and title to be displayed. I have managed to remove everything else but I have a lot of white space now where the other elements used to be.
Is there any way to remove this white space so that only the product image and title are displayed.
/*Hide the woocommerce price tag */ .woocommerce-Price-amount{ display: none !important; }
/*Product Archive Add to Cart Box */ .box-bottom{ display: none; }
Screenshot: Link
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Product Archive Page Layout’ is closed to new replies.