Remove Slider

Discussion in 'InkThemes-Support Working Hours' started by adammacha, Nov 30, 2015.

  1. adammacha

    adammacha New Member

    Joined:
    Oct 30, 2015
    Messages:
    24
    Likes Received:
    0
    I am using the theme: Traffica

    Can i remove the slider.
    I am looking at having a home page which is just 1 image full screen with a picture on it.
    but the menu should still be there.
    please look at the attached file.
    This means to get rid of Slider

    Regards
    Adam
     

    Attached Files:

    • 1.png
      1.png
      File size:
      78.4 KB
      Views:
      1
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To remove slider completely, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider .slides {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. pinkfrog

    pinkfrog New Member

    Joined:
    Mar 27, 2017
    Messages:
    10
    Likes Received:
    1
    This does not work. It removes the images but leaves the slider background and arrows there with nothing in the container.
     

Share This Page