Reduce size of home page heading

Discussion in 'Appointway WordPress Theme' started by v4sb, Feb 9, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to reduce the size of the home page heading to a smaller font. can you help? Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    1>For first heading
    Code:
    .page_info h1 {
    font-size: 140%;
    }
    2> For second heading
    Code:
    .page_info h3 {
    font-size: 100%;
    }
    Please adjust font size according to your need.

    Thanks,
    Praveen
     

Share This Page