Site logo

Archived topic

My site showing Half Body Paragraph text normal & Half Bold

1 reply · Started by Ajinkya on May 13, 2021

Viewing posts 1–2 of 2

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

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

This archived topic is closed to new replies.