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
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
Thanks Yigit – but it is still small (I deleted the cache)
How can I add a screenshot here?
BR
Bernhard
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