Disable slider

Discussion in 'Real Photography WordPress Theme' started by appleguy, Oct 15, 2015.

  1. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    How can I disable the slider on the home page?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Sorry, I didn't get your issue...

    Do you want to remove the slider section completely or want to disable only the animation of the slider?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    completley
     
  4. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    completley
     
  5. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    section.slider {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page