Home Forums Lorina “Read More” button in Shop page Reply To: “Read More” button in Shop page

#12723
Andy
Keymaster

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

li.product .button.product_type_variable {
    display: none;
}