Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1130613

    QQQQ20190824213230<br />upload image<br />

    I have add the code to quick css:
    h1.post-title.entry-title {
    font-size: 18px !important;
    }
    h2.post-title.entry-title {
    font-size: 18px !important;
    }
    .entry-content-wrapper .post-title {
    font-size: 18px !important;
    }
    .entry-content {
    font-size: 16px !important;
    }

    But. Nothing changed. The fond size is still big. Please help me solve it.
    Thanks

    #1130674

    Is there somebody reply?

    #1130710

    Hi,

    Could you post a link to where we can see the elements in question?

    Best regards,
    Rikard

    #1130715

    Please see the information below.

    #1130743

    Hi,

    Thanks for that, please try this instead:

    h3.slide-entry-title a {
      font-size:16px !important;
    }

    Best regards,
    Rikard

    #1130745

    Thanks a lot. Solved. But the space between the first and second lines of title is relatively large, how to adjust it?
    QQ-20190825173309

    #1130822

    Hi,

    Please try this as well:

    h3.slide-entry-title {
      line-height:16px !important;
    }

    Best regards,
    Rikard

    #1131241

    Works well. Thanks a lot.
    Could you tell me the template css description? When i meet similar questions. I can solve it on my own.
    Thanks again.

    #1131952

    Hi jack000486,

    What do you mean by the template css description? Please elaborate.

    Best regards,
    Victoria

    #1132532

    I mean that if i will change the font or color configration. Please note me the css description. Then i will change it on my own.

    #1133797

    Hi jack000486,

    Do you need something like this:

    
    h3.slide-entry-title {
      line-height:16px !important;
      font-size: 16px;
      color: red;
    }
    

    Best regards,
    Victoria

    #1136550

    Thanks a lot. Please colse this item.

    #1136632

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘How to reduce the header text size of blog posts?’ is closed to new replies.