Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198591

    jennapotter6
    Participant

    My website is http://www.publicifi.com

    I have a few Mailchimp email signup forms across my site. I’d like to change the ‘SUBMIT’ button of these forms to have the same font as my normal buttons – I believe the font is in the style of ‘H1’. How can I do this?

    Thanks,

    Jenna

    #1198942

    Rue Nel
    Moderator

    Hello Jenna,

    Thanks for writing in! To change the font style of you mailchimp submit button, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-subscribe-form input[type="submit"]{
      font-family: "Lato", sans-serif;
      font-style: normal;
      font-weight: 300;
    }

    Hope this helps. Please let us know how it goes.