Marketo form doesn't reflect the font size change | Community
Skip to main content
KanakoTone
Level 4
March 21, 2017
Question

Marketo form doesn't reflect the font size change

  • March 21, 2017
  • 1 reply
  • 1702 views

Hello,

I've embedded the Marketo form on this page ebook-download

and tried to tweak the font size and spacing. I changed the font size in Marketo and it doesn't seem to be reflected. Does anyone know how to fix this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Casey_Grimes2
Level 10
March 21, 2017

Hi Kanako-san,

Because your site.min.css is using an !important flag to define Marketo font size and other styling, you'll have to pick the specific form ID and use that to overwrite it with CSS order of operations like so:

#mktoForm_2035 input { font-size: 16px !important; margin: 5px !important; }