Remove slider or replace with video

Discussion in 'Appointway WordPress Theme' started by simplyruschelle, Feb 26, 2014.

  1. simplyruschelle

    simplyruschelle New Member

    Joined:
    Jul 23, 2013
    Messages:
    18
    Likes Received:
    0
    Hello,

    I was wondering if there's a way to remove the slider all together without messing up the template or to add a youtube video in place of it?

    Thanks!!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.slider_wrapper {
    display: none;
    } 
    This will remove the slider from your website.
     

Share This Page