Blog post title too big

Hi guys,

My blog post’s title is too big. How can I change it’s font size.

I am using Ethos stack.

Thanks

Hello Chan-Ming,

Thanks for writing in! I can see that you added this custom css

h1,.h1{
  font-size:25px;
}

It does not work for the post title. To make this code useful for the post title as well, please have it updated and use this instead:

h1,.h1,
h1.entry-title{
  font-size:25px;
}

We would loved to know if this has work for you. Thank you.

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