Hi all, I’m wondering if someone could advise, please.
Using Font size H3 is underlining the first letter of the word; this doesn’t happen with any other size. Does anyone know how to get rid of the underline.
Regards Sophie
Hi Sophie! ![]()
This is a small styling quirk in Sitejet — sometimes H3 inherits an underline on the first letter from the default theme.
Click your H3 in the Builder
Go to Design Panel→ Headlines → H3 -Decoration
Set it to None
If it still shows, add this tiny CSS under Project → Code → Custom CSS:
h3, h3::first-letter {
text-decoration: none !important;
}
This removes the underline completely.
Hope it helps! ![]()
Awesome, thanks so much for your help, worked great.
Regards Sophie