[Resolved] Different Headings

Home Forums Support [Resolved] Different Headings

Home Forums Support Different Headings

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #389597
    Sebastián

    Is it possible to display different H2 Headings for example?

    This is my single post page: https://i.imgur.com/DWWgJ7Q.png

    It’s exactly how I want it. With a line height of 1,9.

    But on the Blog page looks like this: https://i.imgur.com/LC79pcZ.png

    And I want it more like this: https://i.imgur.com/QhSsopH.png

    Is there a way to diplay the blog post page with a different H2 line height?

    Thanks

    #389639
    Leo
    Staff
    Customer Support

    Try something like this:

    .blog h2.entry-title,
    .archive h2.entry-title,
    .search h2.entry-title {
        line-height: 1.2em;
        text-transform: uppercase;
    }

    Let me know.

    #389648
    Sebastián

    It worked thank you so much!

    #389659
    Sebastián

    The only time this is isn’t working is when I do a Search on the Search Bar.

    #389698
    Leo
    Staff
    Customer Support

    Edited the code above. Give it another shot.

    #390216
    Sebastián

    Awesome thanks!

    #390278
    Leo
    Staff
    Customer Support

    No problem!

    #391883
    Sebastián

    Can you also put that h2 code with uppercase letters? only in the blog page title.

    #391977
    Leo
    Staff
    Customer Support
    #392347
    Sebastián

    Excelent thanks!

    #392408
    Leo
    Staff
    Customer Support

    No problem!

    #392519
    Sebastián

    Is it possible to also include a different letter size for the h2 in the previous code? I will change it later put the size you want.

    #392891
    Leo
    Staff
    Customer Support

    Of course. Just add in font-size: 20px;

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.