Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #576495

    I would like to change the size of the post titles
    Is this size by default, related to a standard size (h1, h2, h3, h4 … =)
    1 If it is the case, which it is ? And may i change this type ( for instance, h2 instead of h3 ..=

    2 If not, how may i change this size ?
    I tried to use one of your former reply on the same subject , inserting tn my quick css

    .entry-content-wrapper .post-title { font-size: 28px; }

    It does not work on our site

    Joseph

    #576497

    Hey joseph!

    Please try using following code

    h2.post-title.entry-title {
        font-size: 20px!important;
    }
    h1.post-title.entry-title {
        font-size: 24px!important;
    }

    If that too does not work, please post the link to your website. We may need a temporary admin login as well

    Best regards,
    Yigit

    #577306

    It appears that the size of the post titles is linked to h1 and not to h2
    I use the h1 line – It works –
    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Size of post titles’ is closed to new replies.