Hi
How to change quote icon for rtl ?
I mean it should change the position
Hello,
If you would like to change the quote icon for rtl, you will have to use the custom CSS code.
Do you need help with that?
Best regards
If it possible to you , yes , Please ?
Please, try to use the following code:
blockquote::after{ left: unset!important; right: -25px!important; }
Thanks
Comments
Hello,
If you would like to change the quote icon for rtl, you will have to use the custom CSS code.
Do you need help with that?
Best regards
If it possible to you , yes , Please ?
Please, try to use the following code:
Thanks