Font Size for the headline

Discussion in 'Real Photography WordPress Theme' started by ansh1705, Nov 19, 2013.

  1. ansh1705

    ansh1705 New Member

    Joined:
    Jul 5, 2013
    Messages:
    12
    Likes Received:
    0
    I want to increase the font size of just the headline in the home page. Also the content in columns format.

    http://www.kreative-eye.com/

    Please help. Appreciate the quick response.

    Thank You
    Akansha
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .post_content strong {
    font-size: 26px;
    }
    .footer p {
    font-size: 16px;
    }
    
     

Share This Page