i want change font Style for 2 cols and 3 cols

Discussion in 'Cloriato WordPress Theme' started by errorman, Feb 14, 2014.

  1. errorman

    errorman New Member

    Joined:
    Dec 24, 2013
    Messages:
    18
    Likes Received:
    0
    i want change font Style for

    1.Home Page Heading

    2.Home Page 2 cols [Left Column Heading,Left Column Content,
    Right Column Heading and Right Column Content]

    3.Home Page 3 cols [First Column Heading,First Column Content,Second Column Heading,
    Second Column Content,Third Column Heading and Third Column Content]
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .feature_content h2 a{
    font-family: YOUR FONT FAMILY;
    }
    .feature_content p {
    font-family: YOUR FONT FAMILY;
    }
    .feature_content .read_more {
    font-family: YOUR FONT FAMILY;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page