Hello!
I’m running into a problem with post titles. The default post title is smaller then H2 text in the body of the post, and this isn’t what I’m hoping for. Here is an example of what I mean:
http://www.christianholydays.com.au/?p=4276
I’d like help to do one of the following:
1) Make default post titles H1. And by this I don’t mean that the H1 text actually ends up looking smaller then the H2 text (as it currently does) due to styling or what ever else it may be.
-or-
2) Remove default post titles and insert my own post titles using H1 tag in the body of the post.
Thanks!
Hi Rshaules!
Thank you for using Enfold.
The page doesn’t exist. Did you remove it? You can change the default post title size with this:
.entry-content-wrapper .post-title {
font-size: 40px;
line-height: 1.5em;
}
Best regards,
Ismael
Excellent! Thanks very much :)