Home › Forums › WoodMart support forum › Cart icon color Cart icon color This topic has 6 replies, 2 voices, and was last updated 2 years, 10 months ago by Elise Noromit. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts February 22, 2022 at 4:26 pm #355135 DrakemanParticipant Hello, how to change AJAX add to cart icon color in the product list? http://prisma6.jtwebs.eu/obchod/ Thank you February 22, 2022 at 4:38 pm #355136 DrakemanParticipant i got it 🙂 .woodmart-shopping-cart a .woodmart-cart-icon:before { color:rgb(131,183,53); } a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop { color: rgb(131,183,53); } February 22, 2022 at 11:30 pm #355195 Elise NoromitMember Hello, We are glad you have found the code. If you have any questions please feel free to contact us. Best Regards February 23, 2022 at 4:11 pm #355521 DrakemanParticipant Well I have another question about this. Our client wants to change Cart icon in the top header to button. Is it possible? February 24, 2022 at 9:28 am #355733 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .wd-header-cart .wd-tools-icon.woodmart-cart-icon:before { color:red; } Change the color as per your needs. Best Regards February 24, 2022 at 1:23 pm #355801 DrakemanParticipant Thank you, but I know about this. I need to replace that cart icon with a button. Is that possible? February 24, 2022 at 11:44 pm #355863 Elise NoromitMember Hello, You can remove the cart icon and add the button, the Header builder has this element, then you can assign to any page. The button also has the icon option. https://xtemos.com/docs-topic/how-to-add-and-edit-builder-elements/ If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register