• Hello…

    before latest update 1.0.4 I use this code on my rtl style sheet to flip arrows and its working good.

    .next {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
    }
    
    .prev {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
    }

    and after update I delete this code from my rtl style sheet but I have problem in arrows on main style ltr _not display arrows_.

    https://www.ads-software.com/plugins/woocommerce-rtl/

  • The topic ‘Flip HTML arrows in pagination and reviews(problem 1.0.4)’ is closed to new replies.