Remove horizontal lines on homepage

Discussion in 'Squirrel WordPress Theme' started by lmjwebdesign, Sep 22, 2014.

  1. lmjwebdesign

    lmjwebdesign New Member

    Joined:
    Apr 17, 2014
    Messages:
    21
    Likes Received:
    1
    Hi,

    Is it possible to remove (or change color of) the horizontal lines on the home page (see print screen)?

    Thnx,
    Lysette
     

    Attached Files:

  2. 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:
    .text-featute {
    background: none;
    }
    .index-fullwidth {
    background: none;
    }
    Thanks & Regards
    Pramod
     
  3. lmjwebdesign

    lmjwebdesign New Member

    Joined:
    Apr 17, 2014
    Messages:
    21
    Likes Received:
    1
    Hi Pramod,

    Thanks!
    The two lines on the bottom are gone now. Is it also possible to remove the horizontal line on top of the slider?

    Kind Regards,
    Lysette
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To remove that line use following css code in Custom CSS.
    Code:
    .slider-info {
    border-top: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page