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

    (@eherman24)

    Hi Thinkcarma,

    The form adopts the CSS styles that your active theme is using. That menas whatever color your site p tags are set to , the form text will be the same color.

    If you can provide a link to the page you are displaying the form on I can provide you with the necessary style declarations to successfully change the font color of the form.

    Thanks,
    Evan

    Thread Starter thinkcarma

    (@thinkcarma)

    Hi Evan~

    Thank you for getting back to me. Here is the page:
    https://carma.thinkcarma.com/newsletter/

    I just want the font to be white…

    Thanks!

    Plugin Author Evan Herman

    (@eherman24)

    Hi Thinkcarma,

    No Problem. If you want the font to be white, you can use the following styles to convert all font within the form.

    If you want only this form to use white fonts, you can use the following:

    yks-mailchimpFormContainerInner_0-15055be911 {
      color: #fff !important;
    }

    If you’d like to target all forms, so each form on your site uses white font…you can use the following:

    .yks-mailchimpFormContainer {
      color: #fff !important;
    }

    Bonus tip!
    If you’d like to center the form on the page you can also use the following styles, in conjunction with one of the above mentioned style declerations :

    .yks-mailchimpFormContainer {
      display: block;
      margin: 0 auto;
    }

    or combined with the white font above:

    .yks-mailchimpFormContainer {
      display: block;
      margin: 0 auto;
      color: #fff;
    }

    Let us know if that works for you! If not, I can provide something a bit different. And as always, thank you for choosing our plugin and if it’s at all useful we love receiving new reviews ??

    Thanks,
    Evan

    Thread Starter thinkcarma

    (@thinkcarma)

    Awesome! Thank you very, very much.

    I can’t get this to change the font for the address section of the form.

    cashforhomesflorida.com

    any thoughts?

    Plugin Author Evan Herman

    (@eherman24)

    Hi Timothy,

    If you are still having issues can you open up a new thread? Your question got lost amongst the other support inquiries.

    Thanks,
    Evan

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change font color on form’ is closed to new replies.