Remove text from below the three columns on home page

Discussion in 'Cloriato WordPress Theme' started by huntercs, Feb 22, 2013.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .feature_content p {
    display: none;
    }
    .feature_content .read_more {
    display: none;
    }
    
    This will solve your problem.

    Thanks.
     

Share This Page