remove slider + keep headers

Discussion in 'BizWay WordPress Theme' started by belindaegan, Jun 18, 2013.

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

    belindaegan New Member

    Joined:
    Apr 9, 2013
    Messages:
    2
    Likes Received:
    0
    Is it possible to remove the slider images but keep the homepage headings (i.e. heading 1 and heading 2)?
     
  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:
    .flexslider {
    display: none;
    }
    .slider-shaddow {
    display: none;
    }
    
     
  3. belindaegan

    belindaegan New Member

    Joined:
    Apr 9, 2013
    Messages:
    2
    Likes Received:
    0
    Perfect - thank you!
     
Thread Status:
Not open for further replies.

Share This Page