Remove slider title and description

Discussion in 'BlackWell-WordPress Business Theme.' started by bwdaugherty, Jul 3, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    How can I Remove slider title and description along with the box. thanks
     
  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:
    .blackwell_slider .container {
    display: none; 
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page