[Support request] Title size mismatch: different heading type used for different views

Home Forums Support [Support request] Title size mismatch: different heading type used for different views

Home Forums Support Title size mismatch: different heading type used for different views

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #631422
    Krisztián

    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…

    #631476
    David
    Staff
    Customer Support

    Hi there,

    you could set the entry-titles using CSS:

    h1.entry-title, h2.entry-title {
        /* Add styles here */
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.