Site logo

Archived topic

Change the size of H2 titles

1 reply · Started by Marius on December 22, 2019

Viewing posts 1–2 of 2

I have a homepage with posts on it. In customizer i can set the size of the titles via Archive Content Title (H2).

Now i have put a page hero with a some posts via wpshowposts on this page. The title element is h2.

But i can not change this h2 via the customizer Archive Content Title (H2), so that all the titles have the same size.

Unfortunately i can not change the normal h2 in customizer, because this is the size for the single articles and must stay like it is.

So how can i change the h2 size from the wpshowpost?

Hi there,

the Pro version of WPSP has more settings such as font sizes if you don't have Pro then you can use this CSS:

h2.wp-show-posts-entry-title  {
    font-size: 18px;
}
This archived topic is closed to new replies.