How to change font and colour of Home Page Main Heading and sub

Discussion in 'Harrington- A WordPress Business Theme.' started by jordielindstrom, Feb 3, 2014.

  1. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    How would I change the colour and font of the Home page main heading and sub.

    Also what is the font called in the tabs up top, I would like to use it throughout.
     
  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:
    .home_container .page_info h1{
    color:red;
    font-family:symbol;
    }
    .home_container .page_info p{
    color:red;
    font-family:symbol;
    } 
    Inplace of "symbol" put your font type.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page