Posted 19 апреля, 20231 yr comment_192428 How can I make two-color group name formatting in Invision Community? For example, the group name "Admin Forum", I would like the word "Admin" to be a different color than "Forum". You can use the linear-gradient() function which is a linear-gradient() i.e. a linear gradient. ACP --> Users --> Groups --> Edit. In the "Format prefix" field, add <span class="af">Admin Forum</span> Go to Appearance --> Themes --> Your Theme --> Edit HTML and CSS --> CSS Tab --> custom.css and add the following code .af { background: linear-gradient(90deg, #1eff1a 50%, #9800a2 50%); color: #9800a2; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } Russian Как сделать двухцветное форматирование имени группы в Invision Community? Например, имя группы «Админ Форум», я бы хотел, чтобы слово «Админ» было другого цвета, чем «Форум». Вы можете использовать функцию linear-gradient(), которая linear-gradient() czyli gradientu liniowego. ACP --> Пользователи --> Группы --> Изменить. В поле «Префикс формата» добавьте <span class="af">Admin Forum</span> Перейдите в раздел «Внешний вид» -> «Темы» -> «Ваша тема» -> «Редактировать HTML и CSS» -> «Вкладка CSS» -> «custom.css» и добавьте следующий код. .af { background: linear-gradient(90deg, #1eff1a 50%, #9800a2 50%); color: #9800a2; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } Credit to kondzio Link to comment https://ipbmafia.ru/topic/25536-kak-sdelat-dvuhcvetnoe-gruppovoe-formatirovanie-how-to-do-two-color-group-formatting/ 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.