Removing slider in Andrina Theme

Discussion in 'Andrina WordPress Theme' started by presotto, Mar 20, 2013.

  1. presotto

    presotto Guest

    Joined:
    Nov 6, 2012
    Messages:
    22
    Likes Received:
    1
    Is it possible to completely romove the slider from this theme?
     
  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 {
    display: none;
    }
     

Share This Page