- This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago by
Hash.
- AuthorPosts
- November 1, 2021 at 4:22 am #41448
musicontheradio
ParticipantHello,
I am looking to make the WooCommerce page full width, as it leaves a blank white space on the right hand side of the products .
Is there anything I can do to remove this please? Thanks in advance.
November 8, 2021 at 10:41 am #41662Hash
KeymasterThere is no option to make the WooCommerce page full width. But we can provide you with the CSS code to remove the white space on the right side. Please reply back with your website URL so that we can send you the code.
Thanks
November 9, 2021 at 2:20 am #41681musicontheradio
ParticipantThank you, I have managed to sort this, however, I would now love to be able to remove the Product Titles on the shop page. I only want the image to be displayed. Is there a way of doing this please?
November 14, 2021 at 12:07 pm #41892Hash
KeymasterYes, Go to Appearance > Customize > Additional CSS and paste the below CSS code
.woocommerce ul.products li.product .woocommerce-loop-product__title{display:none}
- AuthorPosts
- You must be logged in to reply to this topic.