Remove "Home Page 3 Cols"

Discussion in 'Cloriato WordPress Theme' started by pricewc, Jun 18, 2014.

  1. pricewc

    pricewc Guest

    Joined:
    May 23, 2014
    Messages:
    8
    Likes Received:
    0
    I was able to remove the text boxes using "<p></p>" but I was not able to remove the default images also? How do I do this?

    Also the dotted lines above the 3 images, how do I remove those?

    Thanks
     
  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:
     img.feature-image {
    display: none;
    }
    .feature_content .featured h2 {
    border: none;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     
  3. pricewc

    pricewc Guest

    Joined:
    May 23, 2014
    Messages:
    8
    Likes Received:
    0
    Is it possible to reduce the size of the gap left on the page? Thanks
     
  4. Nitesh

    Nitesh Support Staff

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

    You have added blank paragraph tab to remove description. Which is creating gap.
    Go to the Appearance > Theme options > Home page settings > Homepage Three Columns On/Off
    Check 'off' from there.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page