Viewing 6 replies - 1 through 6 (of 6 total)
  • You can use following CSS to reduce post title font size:

    DIV ARTICLE HEADER.entry-header H1.entry-title A {
        font-size: 25px !important;
    }

    Thanks.

    Thread Starter facetocurls

    (@facetocurls)

    Thank you for responding but that didn’t work. I’m sorry, but exactly what should I copy/paste in My custom CSS.

    Thank you.

    I have checked in Chrome Dev tools and the code seems to be working fine. You need to copy highlighted code. Here is the screenshot of code that you need to copy. https://prntscr.com/9yc55r

    Thread Starter facetocurls

    (@facetocurls)

    Oh thank you. You’re right, it worked. Now I forgot to asked this but how can I also get it BOLD.

    Thanks so much again.

    In Order to make title bold replace the above given code with the following:

    DIV ARTICLE HEADER.entry-header H1.entry-title A {
        font-size: 20px !important;
        font-weight: bold;
    }

    Thanks.

    Thread Starter facetocurls

    (@facetocurls)

    Thank you so much again. It worked perfectly. I am marking as resolved.

    THANK YOU!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to make Post Title Smaller?’ is closed to new replies.