Posted 25 января, 20231 yr comment_189775 hi In Persian, header is like this But I want the header to be like this in Farsi language And how can you put a logo photo instead of Invision Community?
26 января, 20231 yr comment_189802 hi add to custom.css html[dir="rtl"] .focus-header-align, html[dir="rtl"] .focus-secondary-header { direction: ltr !important; } On 1/25/2023 at 11:39 AM, avangcom said: And how can you put a logo photo instead of Invision Community? in theme setting like default theme Edited 26 января, 20231 yr by turk
26 января, 20231 yr Author comment_189810 3 hours ago, turk said: hi add to custom.css html[dir="rtl"] .focus-header-align, html[dir="rtl"] .focus-secondary-header { direction: ltr !important; } in theme setting like default theme Thanks to you, it has changed, but it is as follows change in this way
26 января, 20231 yr Author comment_189814 2 hours ago, turk said: please add your forum link to better help I am testing on localhost
27 января, 20231 yr comment_189823 SlawkA div, в котором картинка с аватаркой человека и поле поиска, сделать справа-налево. Edited 27 января, 20231 yr by Zero108
27 января, 20231 yr comment_189824 4 минуты назад, Zero108 сказал: SlawkA div, в котором картинка с аватаркой человека и поле поиска, сделать справа-налево. я хоть и на половину иранец фарси. но я не знаю как это сделать с права налево
27 января, 20231 yr comment_189826 39 minutes ago, SlawkA said: I'm at least half Iranian Farsi. but i don't know how to do it can you speak a little Persian?
27 января, 20231 yr comment_189846 В 25.01.2023 в 2:09 PM, avangcom сказал: And how can you put a logo photo instead of Invision Community? в настройках темы, вкладка "logos".
27 января, 20231 yr Author comment_189848 1 hour ago, by_ix said: в настройках темы, вкладка "logos". Да, проблема с логотипом решена, но проблема с написанием справа налево не решена
27 января, 20231 yr comment_189849 avangcom вместе с первым вариантом добавьте это: [data-focus-navigation-align~="right"][dir="rtl"] .ipsNavBar_primary { text-align: right; margin-right: 20px; }
28 января, 20231 yr Author comment_189858 Hello, thank you, now there is only this problem with the list
29 января, 20231 yr comment_189895 .ipsNavBar_primary > ul > li:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary { right: var(--nav-dropdown--offset-x) !important; left: auto !important; } [dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"] .ipsNavBar_primary > ul > li:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(1) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(2) > .ipsNavBar_secondary::before, [dir="rtl"][data-focus-navigation-align~="left"] .ipsNavBar_primary > ul > li:nth-last-child(3) > .ipsNavBar_secondary::before { left: auto !important; right: 20px !important; } html[dir="rtl"] .ipsNavBar_secondary > li { direction: rtl; }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.