• Resolved aryasxtarkx

    (@aryasxtarkx)


    Hi there!

    I need help with a form on my site. It’s not inheriting the style of my theme. If you check on the link above, there are two forms. The first one is the form created from Yikes Plug-In and the second one is created via the Mailchimp plug-in by ibericode. How do I create my form to inherit the stylesheet of my theme like the second form?

    I prefer the yikes plug-in because of the analytics available.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @aryasxtarkx,

    If you want, we have a way that you can completely remove our styles from your form. That would look like this: https://imgur.com/a/J2Ves1O.

    Or, we can give you custom CSS to change the way your form looks. For example, I think the main difference between our form and the other form is the background color, border, and padding of the input fields. (There is also the submit button’s width which I can change too but I don’t know if you want that). By using the following CSS to change the input fields, your form would look like this: https://imgur.com/a/5awMJwE

    .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select {
        background-color: white;
        border: 1px solid #ddd;
        font-size: 1.8rem;
        font-weight: 400;
        padding: 15px;
    }

    Let me know if you need help applying this CSS or if you’d like to know how to completely remove our styles.

    Thank you,
    Kevin.

    Thread Starter aryasxtarkx

    (@aryasxtarkx)

    Hi Kevin,

    Thank you for your reply and the kind offer!

    Actually, now that I think about it, I like you’re plug-in’s style now more than ibericode’s. I regret asking this question but hopefully someone else who wants to achieve the Genesis Sample Signup Style could use it in the future. As for me, I’m going with your plug-in instead.

    There’s free analytics, the pop-up messages are more noticeable in case an already subscriber resubscribes and (I only realized this now) but it’s actually more attention-getting and easier to the eyes than the other styles. Grabbing someone’s attention is exactly what you need when you want people to subscribe right?

    Sorry I wasted your time, Kevin. I know you took the time to write that code and your response. I really hope someone can use this thread in the future. I appreciate your help ^^

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    No problem! It was only a couple of minutes! If you have any questions or need any more help, let us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make a form inherit the style of my theme?’ is closed to new replies.