Home Forums Lorina “Read More” button in Shop page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12716
    EKP
    Participant

    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.

    #12723
    Andy
    Keymaster

    This custom CSS added to ‘Customize’ > ‘Additional CSS’ should hide the button:

    li.product .button.product_type_variable {
        display: none;
    }
    #12729
    EKP
    Participant

    Thank you!! This totally worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘“Read More” button in Shop page’ is closed to new replies.