Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1341979

    Hi guys

    I searched in the forum and tried already some quick CSS but somehow nothing worked.

    I would like make the size of the “Terms and Conditions Checkbox / Text” on the checkout page bigger.

    Can you provide me a quick CSS

    Thanks,
    Bernhard

    #1342072

    Hey Bernhard,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top .woocommerce .data-privacy span {
      font-size: 16px;
    }
    

    Best regards,
    Yigit

    #1344025

    Thanks Yigit – but it is still small (I deleted the cache)

    How can I add a screenshot here?

    BR
    Bernhard

    #1344026

    Hi Bernhard,

    You can upload your screenshots on imgur.com and post the links here.

    Could you please try adding !important rule and check if that makes a difference?

    #top .woocommerce .data-privacy span {
      font-size: 16px !important;
    }

    Best regards,
    Yigit

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