remove line above homepage slider

Discussion in 'StartPoint Business One Page WordPress Theme' started by rexmanaster, Dec 30, 2014.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    how can i hide/remove the horizontal line above the homepage slider?

    please see screenshot for reference.

    thanks,
    rex
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    Please provide URL of your website to help me to solve your issue.

    Thanks & Regards
    Pramod
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    nowbenefits.com

    temporary password - pass999!
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .mm-page hr {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Half fixed. That got rid of the horizontal line, but it also got rid of the padding.

    I need at least 30px padding there between the header and the slider image.

    Thanks,
    Rex
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flexslider {
    padding-top: 50px;
    }
    Thanks & Regards
    Pramod
     
  7. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Perfection! Thanks, Pramod!

    Rex
     
Thread Status:
Not open for further replies.

Share This Page