Reduce Headline Size

Hi to all,

I would like to ask for help on how can I change/reduce the size of my headline titles or blogroll post title in x theme? This also includes the title for each post. Thank you.

Hi there,

Please add this code in the Global CSS:

.single-post h1.entry-title {
    font-size: 150%;
}

Here are some reference links related to the suggestions above:

Hope this helps.

Hi Jade,

Thank you for reply. But, I prefer to have the command inside the theme option or customize menu instead of adding code. I somehow cannot locate it inside the Customize X in Theme Options.

Thank you again.

Hi there,

Unfortunately there is no option in the Theme Options area to change the size of the headlines, only the letter spacing that is why you will have to use a custom CSS to adjust the font size.

Hope this explains it.

Cheers!

Hi Jade,

Thank you for the information. I’ll try to use the code you gave to me earlier but I’m not sure what would be the outcome or the resize it will made.

Hi There,

Thanks code should work fine.
Please check and let us know.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.