Hi,
I’m using the the price filter on Products archive and my site is in arabic, I need the slider and text to be displayed in RTL. also the currency could it be translated to arabic!
This topic has 2 replies, 2 voices, and was last updated 2 days, 22 hours ago ago by Andrew Mitchell
Hi,
I’m using the the price filter on Products archive and my site is in arabic, I need the slider and text to be displayed in RTL. also the currency could it be translated to arabic!
Hello, islam,
To modify the price slider’s functionality, we have added the following custom CSS in the Theme options → Custom CSS → Global Custom CSS section:
.price_slider.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content
Specificity: (0,6,0)
{
transform: rotate(180deg);
}
Regarding the currency translation, please provide us with the text you would like to display.
Best regards,
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up