Forums

Change Post Title font size (4 posts)

  1. Katsura
    Member
    Posted 1 year ago #

    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?

  2. WPyogi
    Volunteer Moderator
    Posted 1 year ago #

    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.

  3. Katsura
    Member
    Posted 1 year ago #

    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

  4. WPyogi
    Volunteer Moderator
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.