• Resolved muumi74

    (@muumi74)


    Hi there!

    I would like to know what I should do to change the font color of checkboxes (sign-up form) from default-color to white.

    I have installed your plugin in my WP site and configured “Load form styles (CSS?” as “Yes, load basic form styles”. My widget is shown inside a dark footer, so I would need all the texts in light font-color. All default texts (title, label, text inside the placeholder, etc) are written in white (that is perfect), BUT texts linked to checkboxes (group created in MailChimp, and added as a new field in the widget) are shown in dark grey, so illegible in my case. Please visit my site to see the effect:

    https://www.applesandideas.es
    (scroll down, the mailchimp-fpr-WP widget is in the footer, on the left).

    I have tried to include “color: white” inside the form mark-up (form settings in WP), and also adding some CSS code (“color: #FFF”) to file “mySitewp/content/plugins/mailchimp-for-wp/assets/css/form.css”), section “.mc4wp-form” but nothing of this is working. Maybe I’m not applying the right CSS rule in the right file/section?

    I would really appreciate your help to know what I should do to alter the visual appearance of the checkboxes inside the sign-up form (if applying CSS rules to .mc4wp-form, could you please let me know which code and where (line) to be added?).

    Thanks in advance and awaiting your reply.

    Kind regards

    https://www.ads-software.com/plugins/mailchimp-for-wp/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello there,

    I have checked your website. You are on the right track. The exact code to change that text to white would be:

    #mc4wp_widget-2 span {
        color: #FFFFFF !important;
    }

    Please note, it’s never a good idea to edit a plugin or WordPress core files. Whenever you update plugin all the changes you do would be lost. Changes should be added directly to your theme.

    I hope that helps. Let me know if you are still facing issue or having any other questions.

    Thread Starter muumi74

    (@muumi74)

    Hi!

    Just writing to let u know that I have added the code into a custom CSS file (directly to my theme, as suggested) and it has worked perfectly. Thanks a lot guy!

    Have a great day

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    I’m glad that worked and thanks for letting us know!

    PS. Should you have a quick minute to spare, a plugin review here on www.ads-software.com would make us quite happy. ??

    Thread Starter muumi74

    (@muumi74)

    Done! Plugin review submitted ??
    Thanks for your help Harish, have a nice day!

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Thank you so much. Let us know if you run into any other issues.

    You have a great day too.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sign-up form, CSS for checkboxes’ is closed to new replies.