• Resolved tk748

    (@tk748)


    Good day all… I’m using Terms and Conditions Popup for WooCommerce and find it very convenient and useful on my checkout page. I have an issue with the plugin text. It is in a dark color which is barely visible on my checkout page. The text in question is this: ”?I have read and agree to the website?terms and conditions?*”. I have included a link to a screenshot which shows the problem: https://prnt.sc/6Feu35VZOYlL. I can’t give a link to the page I need help with as it is my checkout page and you would have to add a product to cart and then click through to the checkout page to see the actual URL. My website is https://www.artisticattirelive.com and the store page can be reached here: https://www.artisticattirelive.com/store-2/.

    Terms and Conditions Popup for WooCommerce includes a block for custom CSS in the plugin admin area. I am hoping someone with knowledge of the plugin can give me a CSS snippet to paste in this block.

    Thank you for any help on this post.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    You can try to use this custom CSS code

    span.woocommerce-terms-and-conditions-checkbox-text {
        color: #fff;
    }

    Regards,
    Oleg

    Thread Starter tk748

    (@tk748)

    Hello Oleg,

    Thank you for the css snippet. It worked just fine. The text in question now appears white.

    Best regards,

    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS to Change Text Color’ is closed to new replies.