• Resolved pderathe

    (@pderathe)


    Hello

    Very nice plugin which does exactly what I expected. Thanks

    I just need a “small” change :
    How to replace “Next” and “Previous” at the bottom of the slider by
    or other text “Précédent” and “Suivant” (in French)
    or, more simply, by images of left and right arrows
    ?
    Best regards
    Pascal (from France)

Viewing 1 replies (of 1 total)
  • Plugin Author Vagelis

    (@eboxnet)

    Hello Pascal, glad you like the plugin ??

    You can use the CSS below to edit the text

    a.wprr.btn.next {
    	visibility: hidden;
    }
    a.wprr.btn.next:before {
    	content: 'Précédent';
    	visibility: visible;
    	
    }
    a.wprr.btn.prev {
    	visibility: hidden;
    }
    a.wprr.btn.prev:after {
    	content: 'Suivant';
    	visibility: visible;
    	
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Replace “next” and “Previous” by arrows’ is closed to new replies.