• Resolved tatami3lri

    (@tatami3lri)


    I would like to make the font size of the GDPR description a bit bigger. I have tried all the CSS Basic Selectors (I reckoned that Field Description would be the one), using the code font-size: 120% !important;. None of them seems to have any effect. How can I enlarge that text?

    Also, how can I style the submission message?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @tatami3lri

    Hope you’re doing well!

    Please try adding the following CSS code from Appearance > Customize > Additional CSS

    .wpcf7-list-item-label {
    	    font-size: 120% !important;
    }

    Let us know how it went!

    Cheers,
    Nastia

    Thread Starter tatami3lri

    (@tatami3lri)

    Thank you so much, Nastia. It works perfectly and I’m really impressed by the speed of your response. Brilliant plug-in much appreciated!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Enlarging GDPR description font size’ is closed to new replies.