How to decrease font size in homepage heading

Discussion in 'BlackBird WordPress Theme' started by mybizle, Nov 17, 2012.

  1. mybizle

    mybizle Member

    Joined:
    Jan 1, 2012
    Messages:
    86
    Likes Received:
    1
    can reduce font size in home page heading ???


    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content h1{
    font-size:20px;
    }
     

Share This Page