Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #933067

    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!

    #933266

    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

    #933682

    Here is a screenshot of what I’m referring to. These headers are set at H3 and I would like to bold them.

    #933793

    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

    #933799

    Here is an updated link. Sorry about that.

    #933812

    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

    #933815

    Hey Jordan,

    Here is a link to the page.

    #933824

    Hi,

    Thanks for sending this info over. Add the following to quick css:

    .avia_textblock h3{
    font-weight:bolder!important;
    }

    Best regards,
    Jordan Shannon

    #934327

    Jordan,

    I have applied the code to quick css, but it didn’t seem to do the trick. Anything else I can do?

    Thanks!

    #934441

    Hi,

    It honestly seems that the particular chosen font family is at its maximum boldness.

    Best regards,
    Jordan Shannon

    #934467

    Jordan,

    That’s what I was starting to figure. Thank you for the clarification!

    #934478

    Hi,

    No problem. Should you decide to switch out the font-styles, then bold css declarations may work just fine.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.