Bug Reports
9
Posts
2
Users
4
Reactions
861
Views
Aug 13, 2023 8:19 am
I spotted a few chevrons that point to the opposite direction in RTL
First, in the previous/next topic navigation inside a topic
Second, the board pagination, and the arrow beside the reply date
Please excuse if I use the wrong terminology. I have it in Arabic so I'm merely translating
8 Replies
Aug 13, 2023 8:29 am
One more thing. Tags look funny, merely a rectangle with a dot. Please note that the dot seems in the correct position (on the right hand) in the RTL, on which the tag should be pointing
Aug 14, 2023 7:18 am
Hi @mustafamohsen,
For the chevrons, put this css code in wpForo > Settings > Colors & Styles > Custom CSS Code textarea, save it and delete all kind of caches:
#wpforo #wpforo-wrap .wpforo-main .fa-chevron-right:before { content: "\f053"; } #wpforo #wpforo-wrap .wpforo-main .fa-chevron-left:before { content: "\f054"; }
Aug 14, 2023 8:37 am