How do I turn off the slider?

Discussion in 'Elite Pro WordPress Theme' started by mpgken, Feb 13, 2013.

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

    mpgken New Member

    Joined:
    Feb 8, 2013
    Messages:
    7
    Likes Received:
    1
    Can I turn the slider off or remove it?

    ---------------------------------


    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #container .flexslider {
    display: none;
    }
    This will remove the front page slider of this theme.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #container .flexslider {
    display: none;
    }
    This will remove the front page slider of this theme.
     
  3. mpgken

    mpgken New Member

    Joined:
    Feb 8, 2013
    Messages:
    7
    Likes Received:
    1
    Thank you. That is perfect. Your support is awesome!
     
Thread Status:
Not open for further replies.

Share This Page