• Resolved nolah11

    (@nolah11)


    Hello! My carousel sliders look great except we are forgoing the dots and would instead like to utilize the arrows for folks to use to flip through the carousel. However, on desktop they only appear when you hover and on mobile they only appear if the user clicks on a slider with his thumb. Is there a way to make them appear automatically? TIA!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Assuming you’re using FlexSlider as the slide type. You can add the following CSS code.

    .metaslider .flexslider .flex-direction-nav .flex-prev {
    	opacity: .8;
    	left: 5px;
    }
    .metaslider .flexslider .flex-direction-nav .flex-next {
    	opacity: .8;
    	right: 5px;
    }
    Thread Starter nolah11

    (@nolah11)

    Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Arrows on sliders’ is closed to new replies.