Marketo form doesn't reflect the font size change

KanakoTone
Level 5

Marketo form doesn't reflect the font size change

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?

1 REPLY 1
Casey_Grimes
Level 10

Re: Marketo form doesn't reflect the font size change

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; }