Hey
Some random titles in my contact form look different, they are not bold anymore. How can I fix it?
Regards,
Aline
Hi Aline!
Thank you for using Enfold.
Please add this in the Quick CSS field to set the font weight to 600:
.caps {
font-weight: 600 !important;
}
Cheers!
Ismael
Thanks. But it’s still not quite the same if you look at it… might be the color?
http://wohnen-am-wehrenbach.ch/kontakt-2/
Hey!
Add this.
.caps {
color: black !important;
font-size: 12px !important;
font-weight: bold !important;
}
Best regards,
Elliott
Hey!
I can’t use neither of them because it messes up other titles on my homepage
Hi!
Drag a codeblock element to your page and add this inside.
<style type = "text/css">
.caps {
color: black !important;
font-size: 12px !important;
font-weight: bold !important;
}
</style>
Cheers!
Elliott