remove the 3 images in the 3 column section

Discussion in 'Cloriato WordPress Theme' started by crystal0811, Feb 22, 2014.

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

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Hi! I'd like to remove the 3 images in the 3 column section on the home page, but keep the text.
     
  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 .feature-image {
    display: none;
    } 
    This will solve your issue.
     
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Thank you!!
     
Thread Status:
Not open for further replies.

Share This Page