Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #238190
    Hans
    Participant

    Hello,

    Step by step I change our website from the lucidapro theme into the aatchmagpro theme. In Lucida theme there was additional css to remove the featured slider from the homepage. I tried this additional css .home #feature-slider {
    display: none;
    }

    #feature-slider .cycle-prev,
    #feature-slider .cycle-next,
    #feature-slider .cycle-pager {
    display: none;
    }

    in the Catch Mag theme, but this didn’t work out. The temporary url is: toerfiets.hagmeijer.nl. I want to remove the featured slider from under the header image.

    Kind regards

    Hans Hagmeijer

    #238197
    Skandha
    Participant

    @toerfiets: Hello Hans,
    If you want to remove the featured slider only from homepage
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #feature-slider-section {
        display: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #238211
    Hans
    Participant

    Hello Skandha,

    It worked out.
    Thanks and have a nice weekend.

    Hans Hagmeijer

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove featured slider from homepage’ is closed to new replies.