It is possible to delete/remove the ads slider?

Discussion in 'ClassiCraft WordPress Theme' started by enphone, Nov 5, 2013.

  1. enphone

    enphone New Member

    Joined:
    Mar 23, 2013
    Messages:
    10
    Likes Received:
    1
    It is possible to delete/remove the ads slider, in classicraft theme? How?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Settings > Theme Option > Styling Option > Custom CSS

    Code:
    #slider_wrapper {
    display: none;
    }
     
    aalburquerque likes this.

Share This Page