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

    (@eherman24)

    Hi David,

    Do you have a link to a page with the form on it? I would like to provide you with CSS specific to your site, but will have a harder time doing so without an example. It can be easily achieved using the CSS selectors provided by our plugin.

    Thanks,
    Evan

    Thread Starter davidkollsete

    (@davidkollsete)

    Hi Evan, Thank you. Yes, you can see the form here http://www.davidk.no It is located in the menu at the bottom. Preferably I would like the field color to be the same color as the favorite links.
    Br,
    David

    Plugin Author Evan Herman

    (@eherman24)

    Hi David,

    You can do something like the following:

    .yks-mailchimpFormDivRowField input {
      border: 1px solid #8b8b8b !important;
      background: #8b8b8b !important;
    }

    Thanks,
    Evan

    Thread Starter davidkollsete

    (@davidkollsete)

    Thank you Evan, works great- amazing support!

    Plugin Author Evan Herman

    (@eherman24)

    No problem at all, I’m glad you’re finding the plugin and support helpful 🙂

    If you so feel inclined, we’d love to hear your opinion on the plugin in the reviews section. Also keep an eye out for the upcoming re-write!

    Have a wonderful afternoon!

    Evan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘field color in custom form styles’ is closed to new replies.