Solved
Editing Forms 2.0 Custom CSS
I'm trying to edit the custom css of my form, which is used on an external landing page, to change the font. I followed the help article, but nothing is changing. What am I doing wrong?
The CSS is question is:
{
content: "";
position:absolute;
width:1em;
height:1em;
margin-left:-1.5em;
line-height:1em;
font-family:'Pontano Sans', sans-serif, !important; - this is where I'm tying to make the change
font-size:14px;
border:1px solid #ccced2;
box-shadow:inset 1px 1px 4px 1px #ddd;
background:#fff;
}
Any help is appreciated, thanks!
The CSS is question is:
{
content: "";
position:absolute;
width:1em;
height:1em;
margin-left:-1.5em;
line-height:1em;
font-family:'Pontano Sans', sans-serif, !important; - this is where I'm tying to make the change
font-size:14px;
border:1px solid #ccced2;
box-shadow:inset 1px 1px 4px 1px #ddd;
background:#fff;
}
Any help is appreciated, thanks!