Hello,
I was wondering how to make header (H3) text bold? I tried using a strong tag in the text editor, then tried editing all H3 tags to have a strong font weight in the advanced style editor, but with no luck.
Thanks!
Hey sbukofsky1,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Here is a screenshot of what I’m referring to. These headers are set at H3 and I would like to bold them.
Hi,
The uploaded link is password protected. please upload a screenshot/mockup to imgur.com or any other site without a password and share the link here so I or other staff can help you better :)
Best regards,
Vinay
Here is an updated link. Sorry about that.
Hi,
Provide a link to the site/page in question so we can inspect the code. This should be possible via css.
Best regards,
Jordan Shannon
Hey Jordan,
Here is a link to the page.
Hi,
Thanks for sending this info over. Add the following to quick css:
.avia_textblock h3{
font-weight:bolder!important;
}
Best regards,
Jordan Shannon
Jordan,
I have applied the code to quick css, but it didn’t seem to do the trick. Anything else I can do?
Thanks!
Hi,
It honestly seems that the particular chosen font family is at its maximum boldness.
Best regards,
Jordan Shannon
Jordan,
That’s what I was starting to figure. Thank you for the clarification!
Hi,
No problem. Should you decide to switch out the font-styles, then bold css declarations may work just fine.
Best regards,
Jordan Shannon