- This topic has 2 replies, 2 voices, and was last updated 4 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘“Read More” button in Shop page’ is closed to new replies.
Tagged: product, readmore, variation, woocommerce
I have a woocommerce website, but it’s not really for buying but more as a catalog that people can request more items. In the overall Shop Page (that we renamed as “Collection” – see below), each product within this page that has variations within shows a “Read More” button.
How do I get rid of this “Read More” button? I’ve looked up multiple forums and have tried multiple custom CSS that have been suggested, none of them seem to work. I still want a viewer to be able to click on the product collection to go to that product’s page directly but without the “Read More” button.
Single variation products don’t show this button.
https://e.yoma.com/collection/
Using Lorina theme.
This custom CSS added to ‘Customize’ > ‘Additional CSS’ should hide the button:
li.product .button.product_type_variable {
display: none;
}
Thank you!! This totally worked!