Home Forums WoodMart support forum Change Icon on Add to Cart Button on shop list and archives Reply To: Change Icon on Add to Cart Button on shop list and archives

#113097

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .product-list-item .woodmart-add-btn>a:before, 
body .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .woodmart-add-btn>a:before,
body .woodmart-hover-button .hover-mask>a:before, 
body .woodmart-hover-info-alt .product-actions>a:before, 
body .woodmart-hover-quick .woodmart-add-btn>a:before,
body .woodmart-hover-standard .btn-add>a:before, 
body .woodmart-price-table .woodmart-plan-footer.add-to-cart-loop:before{
    content: "\f196 ";
	 font-family: fontawesome;
}

Best Regards