Take out Slider all together

Discussion in 'Cloriato WordPress Theme' started by bellco, Feb 18, 2013.

  1. bellco

    bellco New Member

    Joined:
    Dec 28, 2011
    Messages:
    11
    Likes Received:
    0
    Hi, I would like to not have the slider at all. What would I need to do for that?
    Many thanks in advance.
     
  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