Site logo

[Support request] My site showing Half Body Paragraph text normal & Half Bold

Home Forums Support [Support request] My site showing Half Body Paragraph text normal & Half Bold

Home Forums Support My site showing Half Body Paragraph text normal & Half Bold

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1777612
    Ajinkya

    my site’s half paragraph showing normal & half showing bold I want to make this normal.
    site: https://tophunt.in/

    #1777723
    David
    Staff
    Customer Support

    Hi there,

    i checked one of your posts and i can see Bold text in some of the content.
    However that text has been either set to Bold in the Editor or is what a plugin is generating.

    You can use this CSS to override that:

    b, strong {
        font-weight: 400 !important;
    }

    But it will apply to ALL content that uses the <b> or <strong> tag

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