Hi,
I’m using the RTL version of Enfold (Hebrew), so the countdown shows: seconds | minutes | hours | days.
I want it to show like it does in the English version: days | hours | minutes | seconds.
How to I revert it?
Thanks
Hey sasha,
Try this code in the General Styling > Quick CSS field:
.av-countdown-active.av-countdown-timer {
direction: rtl!important;
}
Best regards,
Mike
It works when I change the rtl to lrt. Thanks