I am using Formstack to create forms for a client. Every form is working correctly except when I change the font-size in Formstack, it is not being reflected in Enfold.
This is supposed to the 20pt OpenSans
I tried editing the CSS in Formstack and that doesn’t work either so Enfold must be overriding it.
Any ideas.
thx
ed
Hey vagator78,
Thank you for using Enfold.
A css declaration from the base.css file overrides the plugin’s styling. You may need to declare the style manually in the Quick CSS field or the style.css file.
#top legend {
font-size: 22.5px;
}
OR
.fsBody .fsLabel, .fsBody label {
font-size: 22.5px;
color: #595d64;
}
Best regards,
Ismael
Hey Ismael,
I tried both of those and neither worked.
thx for your help
Hi vagator78,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fsBody .fsLabel, #top .fsBody label,
#top legend.fsLabel span {
font-size: 22.5px;
color: #595d64;
}
If you need further assistance please let us know.
Best regards,
Victoria
That works…
Thx
Hi vagator78,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria