Home Forums WoodMart support forum Cart icon color

Cart icon color

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #355135

    Drakeman
    Participant

    Hello,
    how to change AJAX add to cart icon color in the product list?
    http://prisma6.jtwebs.eu/obchod/

    Thank you

    #355136

    Drakeman
    Participant

    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);
    }
    
    #355195

    Hello,

    We are glad you have found the code.

    If you have any questions please feel free to contact us.

    Best Regards

    #355521

    Drakeman
    Participant

    Well I have another question about this. Our client wants to change Cart icon in the top header to button. Is it possible?

    #355733

    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

    #355801

    Drakeman
    Participant

    Thank you, but I know about this.
    I need to replace that cart icon with a button. Is that possible?

    #355863

    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

Viewing 7 posts - 1 through 7 (of 7 total)