Change GDPR font size?
-
Hi, does anyone know how/where to edit the styles of the GDPR message that appears under the email field for the user during checkout?
There seems to be an inline style to set the font size to xx-small.
I can change the font size of the message via the GDPR Message text box in the plugin settings by using more inline styles however the “No Thanks” text/link also has a separate ID and therefore doesn’t get changed with my inline styles. I’ve tried locating it in the plugin files but can’t seem to find either?
These are the two ID’s I’d like to change/locate:
<span id="wcf_cf_gdpr_message_block"> <span style="font-size: xx-small"> and <a style="cursor: pointer" id="wcf_ca_gdpr_no_thanks"> No Thanks </a>
Here is the full code from Google inspector:
<span id="wcf_cf_gdpr_message_block"> <span style="font-size: xx-small"> Your email & cart are saved so we can send email reminders about this order. <a style="cursor: pointer" id="wcf_ca_gdpr_no_thanks"> No Thanks </a></span></span>
Any help would be greatly appreciated, thanks!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change GDPR font size?’ is closed to new replies.