Home Forums Basel support forum Change add to cart button size and color

Change add to cart button size and color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62303

    hsianglin21
    Participant

    Hi,

    Could you advise on how to change the add to cart button size and color?

    Thank you.

    Regards,
    Alex

    #62320

    Hello,

    Do you want to change the button on all the pages? If you want on separate pages, provide URL

    Best Regards

    #62350

    hsianglin21
    Participant

    Hello,

    I want to change the button on all pages, Will like if you could advise on how to do on separate pages as well.

    Regards,
    Alex

    #62380

    Hello,

    Please try this code:

    .single-product-content .cart .button{
    border-color: #000;
    background-color: #000;
    color:#ffffff;
    height:30px;
    }

    Replace all the values with those you need. Be careful with width:80px as it may break markup.

    Best Regards

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