change front page text size

Discussion in 'Blackriders WordPress Theme' started by flowofhealth, Aug 31, 2013.

  1. flowofhealth

    flowofhealth New Member

    Joined:
    Aug 29, 2013
    Messages:
    2
    Likes Received:
    0
    I want to change the Homepage main header font size. How do I do this?
     
  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:
    .page_info h1{
    font-size:15px;
    }
    Adjust its value as per your requirements.
     

Share This Page