Site logo

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

Viewing posts 1–6 of 6

Hi, this is my site -

https://lovedthegift.com

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.

You're right! Excellent. Thank you so much. Problem solved.

No problem, glad to help :)

This archived topic is closed to new replies.