Home › Forums › Jevelin Theme › bold in one page
Home › Forums › Jevelin Theme › bold in one page
Hello, I am using Jevellin theme and in only one page every text is showing bold. Why is this happening?
Hi @bestcybernetics,
I hope you are well today and thank you for your question.
Your shared page is not accessible and instead redirect to the home page of another website.
Please make sure that it is accessible so that I can troubleshoot it.
Best regards,
Shufflehound team
The page is accessible to everyone. Please send me screenshot of the page that you see.
It has become accessible to me now.
The below custom CSS code that you are using in the style.css file of a child theme is causing the issue so please remove it to resolve the issue.
html, body, p, h1, h2, h3, h4, h4, h6, span, a { font-family: 'Open Sans', sans-serif !important; }
this is for font-family not for font-weight.
and if this was the problem it will be displayed everywhere bold fonts.
Have you tried removing that code?
Please temporarily remove that CSS code to troubleshoot the issue.