Woo commerce Selection Button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13699
    andresgmz
    Participant

    Hello Guys:
    I tried follow some of other people topic about Woo coomerce but I did not find my answer.
    I need to change the Color of my the select button of my product, right now is almost transparent and hardly noticeble.
    Could you please help me to change this color (CSS editor )
    An also “add to cart” button” and “Proceed to checkout” they now Purple and I would like to have them the same color.

    Attached picture.

    Thnaks in advanced for your help

    Andres

    #13740
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    a.button.add_to_cart_button {
      background: #372DD3;
      border: none;
    }
    input.checkout-button.button {
      background: #372DD3;
      border: none;
    }
    

    Pls change the color as per your choice.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.