badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Bold letters not showing when text is published

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #85238
    chris
    Participant

    Hello,

    Even though when I edit the text in elementor and use bold in some of the words of my text, when I post the article the words are not showed in bold.

    I have tried clearing my cache and accessing my website through various web browsers and incognito, but nothing changes. What else can I do?

    #85353

    Hi Chris,

    Please share us your exact site page url? where you have use the bold text so that we can see the exact problem.

    Thank you!

    #85356
    chris
    Participant
    #85417

    Are you still having issue for making bold content. We checked your Site but you are able to make some content bold. If you are having issue for the whole content paragraph then we found that you have added a Custom CSS code to make the Content paragraph Thin. You can remove from from the ‘Appearance > Customize > Additional CSS’ then you can remove font-weight properties from ‘entry-content p’.

    Thanks

    #85693
    chris
    Participant

    Hello, I fixed this issue thank you for your help. I have another one now. The tags which are used above each article, ie the coloured boxes for the category of the article, are all in bold letters apart from the one in the middle section of the page (under the LCK title). How can I make these bold as well?

    https://theesportspenman.com/

    #85864

    The categories were already bold but we have noticed that you have used the Custom CSS code to make the font weight normal with font size 12px.

    please remove the ‘font weight: 400;’ from the code on ‘Appearance > Customize > Additional CSS’.

    .post-col .entry-meta .cat-links a {
        font-weight: 400;
        font-size: 12px;
    }

    if you didn’t find the above mention code to remove then please paste the below Custom CSS to the end of codes on ‘Additional CSS’ to override the previous code.

    .post-col .entry-meta .cat-links a {
        font-weight: 700;
    } 

    Thanks

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