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.
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. http://prntscr.com/9yc55r
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.
Thank you so much again. It worked perfectly. I am marking as resolved.
THANK YOU!