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;
}
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