- 1570
OK that made the trick, however it applied to both English and Arabic orientations.
Is there any way I can restrict it - disabling lettering - to RTL only?
Hi hayco83,
Yes, you can do it. Instead of commenting or deleting the line above you can add a check if you are in RTL mode.
if ($("#isRtlEnabled").val() == "false") {
$('.home-page .topic-html-content-title h2 > span').lettering();
}
Hope this help!
Best Regards,
Nop-Templates.com Team
Regards,
Nop-Templates.com Team
Nop-Templates.com Team