Home › Forums › WoodMart support forum › Remove Add to Cart Button icon
Remove Add to Cart Button icon
- This topic has 3 replies, 2 voices, and was last updated 10 months, 3 weeks ago by
Aizaz Imtiaz Awan.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
August 23, 2024 at 6:09 pm #592148
econazdocParticipantRemove Add to Cart Button icon
Attachments:
You must be logged in to view attached files.August 24, 2024 at 1:19 pm #592223
Aizaz Imtiaz AwanKeymasterHello,
Do you want to remove the cart icon and replace the icon with text or what?
Also, share the page URL where you want to remove the icon.
Best Regards.
August 28, 2024 at 2:02 pm #593222
econazdocParticipantAugust 28, 2024 at 3:59 pm #593291
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.product-grid-item .wd-add-btn>a:focus span:not(.wd-tooltip-label), .product-grid-item .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:focus span:not(.wd-tooltip-label), .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-button .hover-mask>a:focus span:not(.wd-tooltip-label), .wd-hover-button .hover-mask>a:hover span:not(.wd-tooltip-label), .wd-hover-info-alt .product-actions>a:focus span:not(.wd-tooltip-label), .wd-hover-info-alt .product-actions>a:hover span:not(.wd-tooltip-label), .wd-hover-quick .wd-add-btn>a:focus span:not(.wd-tooltip-label), .wd-hover-quick .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-standard .btn-add>a:focus span:not(.wd-tooltip-label), .wd-hover-standard .btn-add>a:hover span:not(.wd-tooltip-label), .wd-price-table .wd-plan-footer .add-to-cart-loop:focus span:not(.wd-tooltip-label), .wd-price-table .wd-plan-footer .add-to-cart-loop:hover span:not(.wd-tooltip-label) { transform: none!important; } .product-grid-item .wd-add-btn>a:before, .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:before, .wd-hover-button .hover-mask>a:before, .wd-hover-info-alt .product-actions>a:before, .wd-hover-quick .wd-add-btn>a:before, .wd-hover-standard .btn-add>a:before, .wd-price-table .wd-plan-footer .add-to-cart-loop:before { content: none!important; }
Best Regards
-
AuthorPosts
Tagged: Remove Add to Cart Button icon
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to create new topics. Login / Register