Tagged: read more, show details, woocommerce
How do I remove the “Read More” and “Show Details” buttons from my products?
Hey Snerp,
They can be removed via css. Please provide a link to the site/page in question so we can inspect the page.
Best regards,
Jordan Shannon
Hi,
Thanks for providing that. Please add this to quick css:
.avia_cart_buttons{
display:none!important;
}
Best regards,
Jordan Shannon
Yup I already tried that CSS and it’s not working. Here are the login credentials for the site.
Hi,
Did you add it to the very top of quick css so that it will run first?
Best regards,
Jordan Shannon
Ok that worked. Why does the CSS have to be the first line in the Custom CSS? I’ve never heard of that before?
Hi,
That usually means that something below it is written wrong.
Best regards,
Jordan Shannon