Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #4000646
Problem changing text color in "Product Add to Cart" widget in Elementor
Open

Comments

  • migueljcandeias started the conversation

    Hello. I'm having trouble changing the text color in the "Product Add to Cart" widget in Elementor. (Image attached: COLOR 1) as the background color is dark green and the text which I want to be visible is appearing in black color - which makes it unreadable. (Image attached: COLOR 2). Can you please tell me where I can change the color of this text to white? Thank you and best regards.

    Attached files:  COR 01.JPG
      COR 2.JPG

  •  7,165
    Oliver replied

    Hi, the color for this text is taken automatically from the color set for "Body" typography in Theme Options. If you would like to change this color, please use the following custom css in Theme Options - Custom CSS: 

    body .thegem-te-product-add-to-cart .reset_variations {
    color: #000000;
    }
    body .thegem-te-product-add-to-cart .woocommerce-variation-description {
    color: #000000;
    }

     

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • migueljcandeias replied

    SOLVED. Thank You!

  •  7,165
    Oliver replied

    You are welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver