Removing text - home page

Discussion in 'Cloriato WordPress Theme' started by imogen, Jun 17, 2014.

  1. imogen

    imogen Member

    Joined:
    Oct 15, 2013
    Messages:
    56
    Likes Received:
    0
    I'd like to remove the text above my 3 columns and below the slider completely.

    www.extractuk.co.uk

    Thank you
     
  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:
    div.home_content {
    display: none;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page