murzic Posted November 22, 2020 Share Posted November 22, 2020 Добрый вечер! У меня вопрос. Как сделать вот такой стиль для ipsWidget_title но текст должен быть этого цвета Quote Link to comment Share on other sites More sharing options...
Respected Posted November 22, 2020 Share Posted November 22, 2020 Посмотреть исходный код страницы и применить аналогичный css. Quote Link to comment Share on other sites More sharing options...
murzic Posted November 22, 2020 Author Share Posted November 22, 2020 2 минуты назад, Respected сказал: Посмотреть исходный код страницы и применить аналогичный css. не получается вот это код от 2 фотографий .ipsType_sectionTitle { padding: 23px 23px; background: #171a22; padding-left: 23px; color: #fff; letter-spacing: -.02em; text-transform: uppercase; font-style: unset; font-size: 14px; border-bottom: 0px; margin: 12px !important; border-radius: 4px; } a.ipsType_sectionTitle, .ipsType_sectionTitle a { background: linear-gradient(to right, #ff9a03, #ff0360); -webkit-background-clip: text; font-weight: bold; -webkit-text-fill-color: transparent; } а этот от первый h3.ipsWidget_title { padding: 23px 23px; background: #171a22; padding-left: 23px; color: #fff; letter-spacing: -.02em; text-transform: uppercase; font-style: unset; font-size: 14px; border-bottom: 0px; margin: 12px !important; border-radius: 4px; } Quote Link to comment Share on other sites More sharing options...
Respected Posted November 22, 2020 Share Posted November 22, 2020 .ipsWidget_title{ padding: 23px 23px; background: #171a22; padding-left: 23px; color: #fff; letter-spacing: -.02em; text-transform: uppercase; font-style: unset; font-size: 14px; border-bottom: 0px; margin: 12px !important; border-radius: 4px; background: linear-gradient(to right, #ff9a03, #ff0360); -webkit-background-clip: text; font-weight: bold; -webkit-text-fill-color: transparent; } Quote Link to comment Share on other sites More sharing options...
murzic Posted November 22, 2020 Author Share Posted November 22, 2020 10 минут назад, Respected сказал: .ipsWidget_title{ padding: 23px 23px; background: #171a22; padding-left: 23px; color: #fff; letter-spacing: -.02em; text-transform: uppercase; font-style: unset; font-size: 14px; border-bottom: 0px; margin: 12px !important; border-radius: 4px; background: linear-gradient(to right, #ff9a03, #ff0360); -webkit-background-clip: text; font-weight: bold; -webkit-text-fill-color: transparent; } Я так пробовал, но это не то что мне надо, получилось вот это: а мне надо чтобы еще был этот темный фон может есть какой-то способ? Quote Link to comment Share on other sites More sharing options...
AnWey Posted November 22, 2020 Share Posted November 22, 2020 2 часа назад, murzic сказал: Добрый вечер! У меня вопрос. Как сделать вот такой стиль для ipsWidget_title но текст должен быть этого цвета Дайте ссылку на ваш форум, гляну. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.