Remove dashed line

Discussion in 'Blackriders WordPress Theme' started by sevagv, Nov 19, 2013.

  1. sevagv

    sevagv New Member

    Joined:
    Nov 8, 2013
    Messages:
    3
    Likes Received:
    0
    Hello,
    I have removed the Home Page Heading & Subheading using CSS codes:

    .home-content .page_info {
    display: none;
    }
    .page_info_wrapper p {
    display: none;
    }
    But, there is still a dashed line appearing. I would like to remove the dashed line and decrease the space below the header and the "Latest Blogs" section.
    My website is www.optionincomeblog.com
    Thank you for your help!
     
  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:
    .feature_box {
    display: none;
    }
     

Share This Page