• Resolved asafmoraz

    (@asafmoraz)


    Hi.

    I’m trying to make the pagniation RTL with no luck. I need that fa-angle-right will become fa-angle left.

    How can i do that? tried with css but couldn’t find the class.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Try to use the below code and check it works or not. Add it to the Customize > Custom CSS section –

    .rtl .fa-angle-right:before {
        content: "\f104";
    }
    .rtl .fa-angle-left:before {
        content: "\f105";
    }
    Thread Starter asafmoraz

    (@asafmoraz)

    Yes, it worked.

    Thanks for that ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RTL Pagniation’ is closed to new replies.