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

    (@eherman24)

    Hi,

    Unfortunately we can’t just write code for people. We get a lot of inquiries on how to do fairly basic tasks and just do not have the time to answer all of them.

    Moving forward, in the coming weeks, we will be re-releasing this plugin under a freemium model. All support, and any additional functionality on top of the base plugin will need to be paid for.

    In the meantime, here is some code to help you.

    `
    // form header
    #yikes_mc_widget-2 {
    background: #85A2C4;
    }
    // submit button
    .yks-mailchimpFormTableSubmit {
    display: block;
    margin-top: 1em;
    }
    // border
    form#yks-mailchimp-form_0-e90baf8b2f {
    border: 1px solid black;
    }

    Thanks,
    Evan

    Thread Starter S2E

    (@s2e)

    I have made some changes to the above code and it now behaves the way I wanted. Thanks!

    You may want to add this feature in your ‘customization tab’for your next release since it enables the form stand out on a page.

    I understand your perspective. I do know basic CSS/ HTML programming but did not know which files contained these variables and functions (I checked before requesting help).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing formating for the form’ is closed to new replies.