Page title size

Discussion in 'Real Photography WordPress Theme' started by kerrywho, Jan 26, 2014.

  1. kerrywho

    kerrywho New Member

    Joined:
    Apr 12, 2013
    Messages:
    7
    Likes Received:
    0
    Location:
    Bath Uk
    Hello, on the home page I have added a page to incorporate some additional text, I want the title to be smaller, how can I do this. I want all page titles to be smaller not just one. Thankyou. Also the posts line hight is different then that of a page-much closer together. how can I can the line hight of a post? thank you kerry James www.atalllongleggedbird.com
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    h1 {
    font-size: 22px;
    }
    .content-bar .post .post_content {
    line-height: 22px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page