Removing border

Discussion in 'BlackBird WordPress Theme' started by esthompson, Jan 11, 2013.

  1. esthompson

    esthompson New Member

    Joined:
    Jan 7, 2013
    Messages:
    4
    Likes Received:
    0
    Hi! I'd like to hide the border that is in between the slider and my content below it. I can't seem to locate the css info for it though. You can see what I mean by going to http://soundoflife.org/cms/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider-wrapper {
    border-bottom: none;
    }
     

Share This Page