• Resolved gazpugh1

    (@gazpugh1)


    Hi,
    I have a checkbox added to a form for GDPR which contains links to the privacy policy and terms within the text. However, these are showing as the same colour as the background and are not visible. I’ve tried amending these by adding a style in the text editor but it still isn’t working. Is there a way to do this as I can’t see any options for link styles.
    Many thanks in advance!

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

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

    (@wpmudevsupport16)

    Hi there @gazpugh1

    Those links inherit the color set by your theme. And indeed, there is no option to change link color in the form settings.

    So to change that, just add the following CSS to the Custom CSS box in the Appearance settings for your form, and change the color if needed:

    a {
        color: #ffffff;
    }

    Cheers!
    Patrick

    Thread Starter gazpugh1

    (@gazpugh1)

    Hey Patrick,
    Thanks for that. Was concentrating on the element rather than generalising. Thankfully it didn’t affect the site elsewhere.
    Cheers! ??
    Gareth.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkbox Link Colour’ is closed to new replies.