• I customized a theme and added an image post to the left and the newsletter to the right. Using an image I made and mailchimp coding. I moved the code on the image, but the button is not clickable and I can’t add an email. The text part does not work.

    What do I need to add or delete to make the newsletter work? I want to keep the format. I really like the look. I just want everything to function properly.

    This is my website. The homepage is where the problem is.

    Whatable.com

    Thank you 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can try to add this to your custom CSS:

    .yks-mailchimpFormContainer {
    position: relative;
    z-index: 9;
    }
    Thread Starter page1980

    (@page1980)

    Thank you that worked. 🙂 Your the best. I have a couple more questions.

    After I press submit a message appears at the top left side and makes the email text field go up on the newsletter form. Is there a way to make the text field stay in one spot? And to disable the message from showing?

    Also for some reason when I move over the text it becomes white on my homepage and my single post pages. I don’t want it so its white. I would rather it be a darker color so people can read whats on my site. I tried disabling plugins and that did not work. I even took out my customized code and that did not work. Something else is causing it.

    Please help if you have any ideas what is causing these other problems.

    Thank you 🙂

    Not exactly sure what you want to do with the “successful submission” message.
    However if you want to try to style it or remove it you would use this:

    .yks-success {
    display:none;
    }

    What do you mean when you move over the text?
    Try to reset your theme styling options to see if it helps.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Make Newsletter Form Clickable’ is closed to new replies.