Home Forums WoodMart support forum Add to cart button color

Add to cart button color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #201296

    Hausbasket
    Participant

    Hello,

    I want to change only add to cart button color. please help me.

    #201313

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To change the color of the add to cart button you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    For Product Grid:

    .button.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
    background: red;
    }

    For Single Product Page:

    .single_add_to_cart_button.button.alt {
    background: red;
    }

    Best Regards.

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