Jump to content

Editing the header of the illuminate template


Recommended Posts

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 by turk
Link to comment
Share on other sites

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

o1.thumb.jpg.6275dd9e4c907a11b33249546c1d58b2.jpg

 

change in this way

 

O2.thumb.jpg.824f7ab101476f757a74eb5b38f4b65d.jpg

Link to comment
Share on other sites

4 минуты назад, Zero108 сказал:

SlawkA div, в котором картинка с аватаркой человека и поле поиска, сделать справа-налево.

я хоть и на половину иранец фарси. но я не знаю как это сделать :bn:

с права налево

Link to comment
Share on other sites

1 hour ago, by_ix said:

в настройках темы, вкладка "logos".

Да, проблема с логотипом решена, но проблема с написанием справа налево не решена

Link to comment
Share on other sites

avangcom вместе с первым вариантом добавьте это:
 

[data-focus-navigation-align~="right"][dir="rtl"] .ipsNavBar_primary {
    text-align: right;
    margin-right: 20px;
}

 

Link to comment
Share on other sites

.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;
}

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...