[Support request] Customize weigh for bold fonts

Home Forums Support [Support request] Customize weigh for bold fonts

Home Forums Support Customize weigh for bold fonts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #883348
    Jagoba

    Hi,

    I would like to customize weight for bold fonts, is it possible?
    I mean, now the bold words on my site are very strong and I would like them to have less weigh.

    Thanks!

    #883419
    David
    Staff
    Customer Support

    Hi there,

    do you mean when you make text bold within the post editor?
    If so those elements are wrapped in a <strong></strong> tag and can be styled with this CSS:

    strong {
        font-weight: 500;
    }
    #883469
    Jagoba

    Yes, thanks!

    #883496
    David
    Staff
    Customer Support

    You’re welcome

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