Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1244057

    Hey!

    I’m trying to change the text color for the woocommerce buttons. I’ve searched this forum and tried absolutely everything possible and for some reason, nothing had worked and the text color stays white (that’s the Main Content font color) in every button but the ‘add to cart’ somehow the code worked there and the text color is black.

    thanks so so so much!

    #1244381

    Hey MPPcreative,

    Best regards,
    Victoria

    #1245109

    Hey Victoria,

    I need help to change the text color on the cart and checkout pages.

    Thanks again for the help
    Rachel

    #1245379

    Hi MPPcreative,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     div .main_color .button[type="submit"] {
         color: #000;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245432

    Hey Victoria,
    thank you so much for all the help.
    at first, the code didn’t work, I’ve added – !important;
    and now it works on 3 of the buttons I needed help with, except the ‘proceed to checkout’ at the cart page.

    can you help me with that one also?

    #1245822

    Hi MPPcreative,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .wc-proceed-to-checkout .button {
        color: #000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1247029

    Hey,
    thanks so much!
    that works

    #1247116

    Hi MPPcreative,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.