Hi,
I'm using the Karma Theme and wish to change the Post Title font size for specific/individual posts.
I'm fairly new to all of this but as far as I can tell the solution/CSS script differs between themes. I've had a look in style.css but have not had any success to date.
Can anyone please help?
The best way to identify the CSS to change is using Firebug. But if you post a link to your site, someone may be able to help you with it.
I've tried using Firebug but couldn't figure it out.
Here's a link to the site/page...
http://www.genesisphotography.com.au/
The homepage has a 'jQuery 2' Slider which transitions through selected Posts.
I've also created a stand alone Post if that helps...
http://www.genesisphotography.com.au/test-post
The CSS class that controls the appearance of the post titles is:
.post-title {
font-size: XX;
}
You can use percentage or px or em for font-sizes.
See the Codex on CSS and fonts for more info.
Also, be VERY sure to use a Child Theme when making changes to your theme.