• Resolved gemcoach

    (@gemcoach)


    Hi, I was able to change my Woocommerce cart buttons BACKGROUND color but now my text is too dark. Would someone be able to give me the CSS code to change the buttons TEXT color?
    I need that for all the buttons in woocommerce (add to cart, check out, etc).
    Many thanks!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @gemcoach,

    I understand you want to change the add to cart button text color to a lighter color. You can use some custom CSS for this. Under Appearance > Customize > Additional CSS, you can add the following code:

    
    /* change add to cart button text color */
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #c3c3c3 !important;
    }
    
    

    Hex code #c3c3c3 can be changed according to your liking. A useful color picker can be found here: https://htmlcolorcodes.com/color-picker/.

    Hope this helps.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    It’s been a while since we last heard back from you. I’m going to mark this thread as resolved.

    Hopefully, the above information helped you out! If you have further questions, please feel free to open a new topic.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS code to change “TEXT” color in cart buttonss’ is closed to new replies.