Hey Kriesi Team,
– The website is using WPML for both English and Farsi (RTL) languages.
> How may I change the direction of widget titles when Farsi language is shown?
Regards,
Sadegh
Hey Sadegh!
Please add following code to Quick CSS
.rtl .widgettitle {
text-align: right!important;
}
Regards,
Yigit
hey Yigit,
Doesn’t seems to work for me
Regards,
Sadegh
Hey!
Please try following as well
.rtl .widgettitle {
text-align: right!important;
direction: rtl !important;
}
If that still does not work, please create a temporary admin login and post it here privately so we can look into it
Cheers!
Yigit
Dear Yigit,
Please find the credentials in private area.
Regards,
Sadegh
Hey!
I added the code to bottom of style.css file of your child theme in Appearance > Editor. Please review your website now
Regards,
Yigit
Hey,
Thank you dear Yigit, it works great.
Regards,
Sadegh