• Resolved chingteoh

    (@chingteoh)


    Hi,

    I have problem in changing the form’s label text color of the checkbox to white. Currently it is dark grey on black background.

    Please advice. Thanks in advance !

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Go to Customize > General Options > Forms(Input-Textarea) and change the label color.

    Thread Starter chingteoh

    (@chingteoh)

    Hi Amit, thanks for your quick response.

    I tried that but it will change all the forms.

    I am looking at only for the form on the Footer Widget (Mailchimp subscription form) if possible. I need the label text to be white on the black background.

    Other forms are on white background. So if I were to change the label text to white then on other forms it will not be able to see the label text.

    Please advice.

    Many thanks.

    Add the below code to the customize > custom CSS section to change the color –

    #footer-widgets #mc-embedded-subscribe-form .gdpr-wrap label {
        color: #fff;
    }
    Thread Starter chingteoh

    (@chingteoh)

    @apprimit Thank you so much ! It works ! You’re awesome !

    Really appreciate your prompt response !

    • This reply was modified 5 years, 7 months ago by chingteoh.

    You’re most welcome!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer Widget Form Label Color’ is closed to new replies.