• Resolved misslucyloo

    (@misslucyloo)


    Hello!

    Could somebody help me remove all the next/previous arrows in the featured section of my site? I was playing around with the elementor widget and the extra arrows popped up but now I don’t want any of the arrows.

    How can I remove the ones from the theme as well as the added ones?

    Thank you so much!

    miscluci.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter misslucyloo

    (@misslucyloo)

    So I got rid of the ones in the theme, but I’m not sure how to get rid of the ones from the widget.. nothing I try works. If I have to ask in their support thread I totally will, but hoping somebody can help me out here if possible!

    Thank you!!

    Hi there,

    The arrows can be hidden from your slider by adding the following custom CSS to your child theme’s style.css file:

    .site-banner .slick-prev, .site-banner .slick-next {
        display: none;
    }

    Let me know how you get on with that!

    Thread Starter misslucyloo

    (@misslucyloo)

    Yes, perfect! Thank you so much!

    You’re most welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Arrows in featured photo?’ is closed to new replies.