how to remove a line on the homepage

Discussion in 'Cloriato WordPress Theme' started by matthewkhuu, Mar 20, 2013.

  1. matthewkhuu

    matthewkhuu Guest

    Joined:
    Mar 16, 2013
    Messages:
    15
    Likes Received:
    0
    hello,

    I was wondering how do I remove the line on the homepage which is under the "Welcome text" on the homepage? I have attached an image of which line I am talking about. Thank you for your help.


    [​IMG]
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    hr {
    border:none;
    }
     

Share This Page