Site logo

Archived topic

Title size mismatch: different heading type used for different views

1 reply · Started by Krisztián on July 24, 2018

Viewing posts 1–2 of 2

There is a small inconsistency in the title display that cause different title size between different views.

1. In post listing view, the post title displayed as h2.

<h2 class="entry-title"

2. In single post view, the post title displayed as h1.

<h1 class="entry-title"

It should be better if I could set title size independently of the h1, h2...

Hi there,

you could set the entry-titles using CSS:

h1.entry-title, h2.entry-title {
    /* Add styles here */
}
This archived topic is closed to new replies.