This topic has 2 replies, 2 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
hey
my website in hebrew so all right to left and when people edit quantity the pointer on the right sight so people cant edit and they should move it to the left sight to edit or remove it.
as i show on this video:
https://www.veed.io/view/6df1a7eb-6196-47c8-85d9-73062f799bb0?panel=share
thank you
Hello Tal,
Thank you for contacting us and for using XStore.
Please try to add the next code in Theme Options > Theme custom CSS:
div.quantity>input[type=number], div.quantity>input[type=text][readonly], td.quantity>input[type=number], td.quantity>input[type=text][readonly] {
direction: ltr;
}
Let us know the result.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up