• Resolved huusmann

    (@huusmann)


    Hi

    I think my theme or cartflows plugin is causing the text in the mc4wp checkbox at checkout to capitalize all beginning letters. Can I add some CSS in Appearance > Custom CSS to override this and undercapitalize all beginning letters? In that case, what would that CSS code look like?

    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @huusmann,

    Please use the following CSS to override that capitalize rule.

    p.mc4wp-checkbox.mc4wp-checkbox-woocommerce span {
        text-transform: initial !important;
    }

    I hope that resolves the issue. Let us know if you require any further assistance.

    Thread Starter huusmann

    (@huusmann)

    It worked. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘undercapitalize sign-up text at check-out’ is closed to new replies.