Tagged: button, Hide, woocommerce
Hi, I want to hide the “read more” button on woocommerce products.
Hey fishkdo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.button.product_type_simple.ajax_add_to_cart {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks for the help, this code if work