Home Forums Basel support forum Change color add to cart button

Change color add to cart button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9419

    Geekilaz
    Participant

    Hello,

    I want to change the color of add to card button on ths shop pages but I don’t want to change the main color of my website in the settings.

    What I have to do please?

    Thanks 🙂
    Barbara

    #9421

    Artem Temos
    Keymaster

    Hello,

    Could you please attach a screenshot of the button you would like to change?

    Thank you in advance!

    #9437

    Geekilaz
    Participant

    Hello,

    In your shop style page “standard button” http://demo.xtemos.com/basel/shop/?shophover6
    http://imgur.com/a/npnpi your “select options” and “add to card” button.

    Thanks
    Barbara

    #9443

    Artem Temos
    Keymaster

    Thank you. Use this code snippet to change the button color via Custom CSS

    body .basel-hover-standard .btn-add > a {
    	background-color:#ff0909;
    	border-color:#ff0909;
    }
    
    body .basel-hover-standard .btn-add > a:hover {
    	background-color:#000;
    	border-color:#000;
    }

    Regards

    #9479

    Geekilaz
    Participant

    It works ! Thanks 🙂

    #9487

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Change color add to cart button’ is closed to new replies.