Post Title Font Size Adjustment
November 2012 WordPress Theme
- GK User
- Thu Jun 12, 2014 4:29 pm

I've looked, and am not able to find how to specifically change the font size of post titles.
http://cruisenewscritic.com/ is the website. The titles of posts are just too large.
Please direct me to where I could make that font smaller.
-
- Fresh Boarder
- GK User
- Fri Jun 13, 2014 7:39 am
Hello,
Please add this code into Publisher/css/override.css file (first enable this override option from Template Options -> Advanced tab)
Please add this code into Publisher/css/override.css file (first enable this override option from Template Options -> Advanced tab)
- Code: Select all
article header h2 {
font-size: 24px;
line-height: 1.4;
}
-
- Moderator
- GK User
- Fri Jun 13, 2014 6:18 pm
Perfect. Was unable to find the css file through Wordpress Editor, but was here:
/wp-content/themes/Publisher/css/override.css
So pasted and changed the font from the given "24" to a smaller number.
Thank you.
/wp-content/themes/Publisher/css/override.css
So pasted and changed the font from the given "24" to a smaller number.
Thank you.

-
- Fresh Boarder
3 posts
• Page 1 of 1