How to remove ruler bar on fp

Discussion in 'Cloriato WordPress Theme' started by nicke63, Nov 2, 2013.

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

    nicke63 New Member

    Joined:
    Jan 28, 2013
    Messages:
    13
    Likes Received:
    0
    Hi,

    How do I remove the thin ruler bar between front page text and 3 column headings?

    Many thanks in advance!

    Nick
     
  2. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_content .featured h2 {
    border-bottom: none;
    }
    
     
  3. nicke63

    nicke63 New Member

    Joined:
    Jan 28, 2013
    Messages:
    13
    Likes Received:
    0
    Hi Nitesh,

    Unfortunately, the code didn't work. The small thin ruler bar is still there, across the 3 column headings. Please check at http://www.eskilstunatrail.se Any suggestions?

    All the best

    /Nick
     
  4. 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:
    hr {
    border: none;
    }
     
  5. nicke63

    nicke63 New Member

    Joined:
    Jan 28, 2013
    Messages:
    13
    Likes Received:
    0
    Many thanks Gourav!

    /Nick
     
Thread Status:
Not open for further replies.

Share This Page