[Support request] Change the size of H2 titles

Home Forums Support [Support request] Change the size of H2 titles

Home Forums Support Change the size of H2 titles

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1111904
    Sonja

    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?

    #1112102
    David
    Staff
    Customer Support

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.