Site logo

Archived topic

Targeting .blog h2.entry-title

5 replies · Started by Elaine on February 19, 2019

Viewing posts 1–6 of 6

I have added some CSS styles in Customizer to change the entry-titles just on my blog archive page(s).
I have used .blog h2.entry-title but it doesn't seem to be working. I want to make the titles smaller and edit the padding - to be less - !
.blog h2.entry-title {
font-size: 16px;
font-weight: 700;
color: #a3620a;
}
I want to be careful not to edit the styles in the recipe section posts. Just targeting the blog posts/archives.

Hi there,

Try this instead:

.blog h2.entry-title,
.archive h2.entry-title {
    font-size: 16px;
    font-weight: 700;
    color: #a3620a;
}

Let me know :)

Yes, this worked great, thanks!

You're welcome :)

Hi, I did that but it does bigger height spaces in masonry box. Any solution, please?

Hi there,

could you raise a new topic where you can share your URL to the site privately.
Also just confirm which H2 headings you wish to change :)

This archived topic is closed to new replies.