Hello
how can i change the previous / next arrows with text ?
thanks
This topic has 2 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Olga Barlow
Hello
how can i change the previous / next arrows with text ?
thanks
Hello,
Add the below code to Theme Options > Custom CSS
.next.page-numbers .et-right-arrow:before {content: 'Next';}
.prev.page-numbers .et-left-arrow:before {content: 'Prev';}
Regards
The issue related to '‘Pagination Arrows’' has been successfully resolved, and the topic is now closed for further responses