Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Ranchero,

    what text are you referring too? The input button, the label text, the input field text? You can use CSS classes to target the text, or use the form ID to target the entire form.

    Do you have a link to the form you are having issues with, so I can provide you with some code specific to your site?

    Thanks,
    Evan

    Thread Starter ranchero

    (@ranchero)

    hey evan,
    forgive me but i’m not sure what input button, label text or input field text refers to.
    maybe its label text. “email address”, and “first name” labels above the input boxes.
    the text for inputs are black along with the “sign me up” button text.

    my site

    newsletter sign up in footer bottom right.

    Thank you!

    Plugin Author Evan Herman

    (@eherman24)

    Hi Ranchero,

    Sorry it took a little bit to get back to you.

    If you would like to simply change the font color on the labels, the following style declarations should achieve it for you:

    If you want to change it for this specific form only :

    #yikes_mc_widget-2 .yks-mailchimpFormDivRowLabel {
      color : #333333 !important;
    }

    If you want to change it for all forms on your site, you can use the global identifier :

    form[name="yks-mailchimp-form"] label.yks-mailchimpFormDivRowLabel {
      color : #333333 !important;
    }

    Let us know if that helps get things moving in the right direction!

    Thanks,
    Evan

    Thread Starter ranchero

    (@ranchero)

    Thank You Evan!

    Plugin Author Evan Herman

    (@eherman24)

    No problem at all, very glad that worked for you.

    And thanks so much for the positive review, that means the world to us over here at YIKES!

    Have a great day Ranchero ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘field text white on white box’ is closed to new replies.