• On the blog page of my website, where you can view all your blog entries, I have 2 blog titles that are very bold while the other blog titles are normal (600, like in customizer settings). I want all to be 600, not bold.
    I tried changing the font weight of h2 and other headlines in the typography section of the customizer, and it changes all blog titles but not the 2 bold ones. I also added custom css, with the same result: it changes all blog titles but not the 2 bold ones. I used the following css code:

    .blog .entry-title a{
        font-weight:600;
    }

    I also noticed that in my wordpress overview, where I can access the dashboard, create new blog posts and pages etc., the 2 bold blog titles actually have the tags <strong> around them, but I can’t find where I can change it.

    Unfortunately I am not allowed to share the website or pictures due to work restrictions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    if you edit those posts, is there any HTML in the Content Title ?

    Thread Starter lizzymd

    (@lizzymd)

    Hi, no there isn’t. But I put a <h2> tag around the title now and now it works. But I don’t know whether it is a good solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog titles have different font weights’ is closed to new replies.