Archived topic
How to change font from Bold on Excerpt and Sidebar widget on Blog page
5 replies · Started by Mary on February 16, 2021
Hi, this is my site -
Right now, my blog page is the home page. On that page, the post excerpts and the text widget in the sidebar are showing up with the text bolded.
I can't see a place where I can adjust that, as I don't want that text bolded.
Can you please let me know how I can make that change?
Thanks,
Mary
Hi Mary,
You have this weird <b> wrapping the whole page and footer which generates a font-wight: 700; style.
https://www.screencast.com/t/K4tBhuwpMPUR
I'm not able to tell where it comes from, and I don't see it appears in other pages. I would recommend check elementor settings.
For now try this CSS:
.blog #page {
font-weight: initial;
}
Let me know :)
Hi, OK thank you. Your suggested fix worked to solve that problem. But actually, I disabled Elementor as I'm no longer using it on that site. The problem still existed after I disabled it, so it must be something that came from inside GeneratePress.
Actually after you deactivate elementor the <b> is gone:
https://www.screencast.com/t/718zxJopcNJp
And now you can delete the CSS I provided, your font is no longer bolded :)
https://www.screencast.com/t/pHYgAxIr
The reason you were still seeing the problem would be browser cache.
You're right! Excellent. Thank you so much. Problem solved.
No problem, glad to help :)