Hi @armanbm,
Thanks for reaching out to us.
For this, you just need to exchange “Next” and “Previous” buttons text. To do this, go to TEXT tab -> Customize labels. And put “Next” as Previous button text and put “Previous” as Next button text.
I hope this resolves your requirement.
Kind regards,
Kriti
Hi, @expresstechsupport Thanks for your reply.
But this won’t do the job.
because I want the actions to be swapped too, not just the TEXT’s
More Explanation:
by only swapping the texts, when user clicks “next” it will go to the previous page and visa-vera. which is not an ideal user experience.
I want to swap Btn’s positions, not just text.
Thanks
I just figure it out my self,
In case if anyone else needs this, especially useful for RTL languages:
You just need to paste the following code in Custom CSS ( I Use Elementor Custom CSS) in the quizz page:
.qsm-pagination.qmn_pagination.border.margin-bottom {
flex-direction: row-reverse !important;
}
Thanks @armanbm for sharing the code.
Regards,
Kriti