How to remove lines under read more

Discussion in 'Local Business WordPress Theme' started by rcsnoopdog, Jun 13, 2013.

  1. rcsnoopdog

    rcsnoopdog New Member

    Joined:
    May 28, 2013
    Messages:
    15
    Likes Received:
    0
    How to remove lines on my home page

    [​IMG]



    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .feature_contentbox {
    border-bottom: none;
    }
    This will remove the bottom line .
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .feature_contentbox {
    border-bottom: none;
    }
    This will remove the bottom line .
     

Share This Page