• Resolved shocksalmighty

    (@shocksalmighty)


    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 &amp; 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)
  • Plugin Support Aamir

    (@aamiribsf)

    Hello @shocksalmighty,

    Greetings for the day!

    You can try this CSS code to increase the font size of the GDPR text.

    span#wcf_cf_gdpr_message_block span
    {
        font-size: 13px !important;
    }

    If you’re not sure how to use this custom CSS, please refer to the following article on our knowledge base:

    How and Where to Add the Custom JS, CSS & PHP Codes?

    Hope this helps.

    Let me know how it goes.

    Plugin Support Aamir

    (@aamiribsf)

    Hello @shocksalmighty,

    It’s been a while since we haven’t heard from you so we are marking this thread as resolved.

    If you faced any other issues while using our product, feel free to start a new thread.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change GDPR font size?’ is closed to new replies.