Hey guys. How can I remove the button Read more from Woocommerce page when you hover the image (related product)
URL: https://www.repairhomeservice.com/sandbox/product/repair/
Hey guys. How can I remove the button Read more from Woocommerce page when you hover the image (related product)
URL: https://www.repairhomeservice.com/sandbox/product/repair/
Hi Robert,
Thanks for reaching out.
It’s possible by adding this CSS to Theme Options > CSS
.single-product .related a.button {
display: none !important;
}
Please note that this will only hide from the product page as you provided, not specific product but form all product pages.
Hope this helps.
tu Sir. works great
You’re always welcome!
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.