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.
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!
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!
