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