• Resolved galetiomia

    (@galetiomia)


    I need to customize styles and layout of the GDPR notice message. What is the most easy way to do it ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support CartFlows Team

    (@cartflows)

    Hello @galetiomia,

    Thank you for reaching out to us.

    Through the plugin settings, you can change the GDPR message text.

    If you want to add the GDPR message style, you need to add the custom CSS. You can add the custom CSS in Appearance > Customize > Additional CSS.

    Let us know if you have any questions.

    Hi guys,

    Change your message to this:
    <span class=”wcf_cf_gdpr_message”>Your email & cart are saved so we can send email reminders about this order.</span>

    And specify this in your child theme CSS:
    .wcf_cf_gdpr_message {
    font-size: 1.3em;
    }
    #wcf_ca_gdpr_no_thanks {
    font-size: 1.3em !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize GDPR notice’ is closed to new replies.