i want change font color for Home Page 2 cols and 3 cols

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

Thread Status:
Not open for further replies.
  1. errorman

    errorman New Member

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

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

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

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .feature_content h2 a {
    color: red;
    }
    .feature_content p {
    color: red;
    }
    
    In place "red" you can put your color or color code.
    This will solve your issue.
     
  3. errorman

    errorman New Member

    Joined:
    Dec 24, 2013
    Messages:
    18
    Likes Received:
    0
    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page