Bold Text issues in Post Content

Posted in: Newspaper
Post count: 238

I am using custom templace for my post contents. I noticed anytime I bold text in WP post editor. The post always show as normal text when reading the content.

E.g. On post https://hiideemedia.com/macbook-alternatives-windows-pc-like-macbook/

I bold the text CHECK ALSO: Computer Maintenance Checklist (Windows & Mac) but it show as normal text.
I don’t know what is happening exactly. Because it affects all posts.

Post count: 35449

Hello,
I just checked your article and I see that now the css is apply correctly -> https://i.imgur.com/z0NQbXw.png did you manage to fix it? If no, then please try in incognito, maybe you have some cache on the browser or some extensions that are interfering.
Thank you!

Post count: 238

Now it works fine in incognito but the text isn’t bold enough. Is there any way to make all bold text in post contents a little bit bold???

Post count: 27744

Hello,

Yes, please check this option -> https://i.imgur.com/VOP1uXY.png

Thank you!

Post count: 238

This works for only all the content Anamaria. I only want to make post contents with <strong > or <b> tag more bold

  • This reply was modified 4 years by hadharm.
  • This reply was modified 4 years by hadharm.
  • This reply was modified 4 years by hadharm.
Post count: 35449

Hi,
If you want that the code to be apply only on posts and only on b and strong elements, then you need to use a custom css, like this one:
.tdb_single_content b, .tdb_single_content strong {
font-weight: 700;
}

You need to set the code in the theme panel > custom code> custom css.
Thank you!

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