Hi, when I paste my Mailchimp form into my old website, the form looks really nice, but in my new site with the Road Fighter them, the width of the input fields are too big, there's space between the input field names (i.e. email address, first name, last name) and the input fields, and most importantly the subscribe button is so light you can hardly see the text. I really like the old solid blue square. Is there a way I can fix this?
Hello, I have checked your website... It seems that you have resolved the issue regarding the spaces between input fields of your own. To resolve issue regarding subscribe button, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: input#mc-embedded-subscribe { background-color: #0412D5 !important; background-image: none !important; color: white !important; padding: 6px 20px !important; } Thanks, Praveen