Hi Kriesi team!
Please take a look at this page of my website: +
As you might see (although I know it is in another language), there is two same headers here. And the only reason I added the second header is to make it “h1” for better SEO. Because the first title is not h1 itself.
May I know how can I remove the first header (title) from the page?
Hi Sadegh!
First title is in fact an H1 – http://i.imgur.com/x0MiOuu.png
You can add following code to Quick CSS to increase the font size of it
h1.post-title.entry-title {
font-size: 34px;
}
Best regards,
Yigit
Sorry Yigit, you’re right. I didn’t see that.
Thanks for font size code too. :)