• Hey guys,

    I think it’s this line :

    .post-title { color: #444; font-weight: normal; margin-bottom: 10px; font-size: 17px; font-weight: 400; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; }

    Website:

    https://www.nulldesigns.com/

    The font size is changed to 17px by me, but it doesn’t really work.
    I even put it in my custom css and still no change.

    someone please help me out.

Viewing 1 replies (of 1 total)
  • Hi Tufaann. That css works on the home page and archive pages post title. If you want to adjust the single post title you need to use this:

    .single .post-title {
        font-size: 17px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change Post title font size in grid view Homepage’ is closed to new replies.