• Hello,

    I’m building a personal portfolio website and this theme is great. Is there a simple way to hide the grey colored Prev/Next arrows next to the image in a carousel?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey,
    This css will do it for you:

    .kt-slickslider .slick-next, .kt-slickslider .slick-prev {
        display: none !important;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Best,
    Hannah

    Thread Starter lcastonguay

    (@lcastonguay)

    That worked like a charm! Thank you.

    hannah

    (@hannahritner)

    Happy to help!

    Best,
    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Prev/Next Arrows on Portfolio Carousel’ is closed to new replies.