Home › Forums › WoodMart support forum › Remove add to cart › Reply To: Remove add to cart
August 30, 2022 at 2:19 pm
#400434
Luke Nielsen
Keymaster
Hello,
The below code will help you show only the “Read more” text when you hover the button, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-grid-item .wd-add-btn-replace .add-to-cart-loop:before {
content: " ";
}
.product-grid-item .wd-add-btn-replace .add-to-cart-loop:hover span {
transform: unset;
background-color: #C30811;
transition: all 0.2s linear;
}
If you ever need to reach out to me, please do not hesitate to do so.
Kind Regards
- This reply was modified 2 years, 3 months ago by Luke Nielsen.