Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Sure, for no arrows add this css to the custom css box:

    .slider-controls {
    	display: none;
    }

    To make the arrows smaller use this code and adjust the height and width values as needed:

    .slider-controls a {
    	height: 20px;
    	width: 20px;
    }
    Thread Starter CarolineSUP

    (@carolinesup)

    Yes, that will do!
    No arrows works for me.

    Thank you Meave Lander for your help.

    Plugin Author Maeve Lander

    (@enigmaweb)

    No worries, happy to help! ??

    Hey, if you like the plugin it is really helpful if you can add a rating/review here. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘no arrows or different arrows’ is closed to new replies.