Re: custom form css

Anonymous
Not applicable
Hi all. My company website is loading a marketo form on one of its pages. 

I am trying to add custom styling. When I inspect the form's elements using Chrome Dev Tools, I can see all the markup and styling that is associated with the form. And I can style the form fields to my heart's desire within the inspector. 

But does anyone know where this markup actually lives or how I can actually edit it so I can push these new styles live?

Thanks.
Tags (1)
6 REPLIES 6
SanfordWhiteman
Level 10 - Community Moderator
You should mark this post as "solved" if you are opening a new one on the continued topic.
Anonymous
Not applicable
My task right now is to add placeholder text to the <input> element of a form. How do I do that?
Anonymous
Not applicable
Thank you! I am trying to edit the markup(html) as well. Unless there is a CSS way to add the attribute 'placeholder' to the input element? 
Josh_Hill13
Level 10 - Champion Alumni
Sanford is correct, however you can also add the CSS to the page itself, especially if it is a non marketo page.
Anonymous
Not applicable
What about editting the html?
SanfordWhiteman
Level 10 - Community Moderator
Form Editor >> Form Settings >> Form Theme >> Gear icon at upper right >> Edit Custom CSS.