• Resolved testingpress

    (@testingpress)


    Hi! I would like to change the font of the label in the contact form I placed in the footer, so to make it visible against a dark background. I manage when the form is embedded in the page but unfortunately I can’t make it work in the footer. Ideas?

    Thanks so much in advance!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @testingpress,

    Thanks for reaching out!

    To change the color of the label only in that form, , please try the following custom CSS snippet:

    label[for="wpforms-1736-field_2"] {
        color: #ffffff !important;
    }

    Here’s a screenshot.

    In case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    And for a list of CSS selectors to customize your form fields, please refer to our guide here.

    I hope this helps!

    Plugin Support Shawon Chowdhury

    (@shawon001)

    Hi @testingpress,

    We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

    Thread Starter testingpress

    (@testingpress)

    Sorry for the late reply. Tested just now and it worked perfectly. Thank you for your help!

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @testingpress,

    Great to hear that!

    If you’d like more help with using WPForms Lite, please feel free to reach out.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font colour WPForm in footer’ is closed to new replies.