By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!.node--id33 .node-title a {
font-weight: 900 !important;
background: linear-gradient(45deg, #ffd700, #9400d3, #00d2ff, #ff007f, #ffd700);
background-size: 400% 400%;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 6px rgba(148, 0, 211, 0.7)) drop-shadow(0 0 12px rgba(0, 210, 255, 0.4));
animation: magic-glow 6s ease infinite;
display: inline-block;
}
на форуме же как то сделалиНикак
.node--id33 .node-title a {
font-weight: 900 !important;
background: linear-gradient(45deg, #ffd700, #9400d3, #00d2ff, #ff007f, #ffd700);
background-size: 400% 400%;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 6px rgba(148, 0, 211, 0.7)) drop-shadow(0 0 12px rgba(0, 210, 255, 0.4));
animation: magic-glow 6s ease infinite;
display: inline-block;
}
а как найти айди?Вставь этот код в extra.less.
Замени node--id(ID) (в нашем случае: node--id33) на айди своей темы
extra.less:.node--id33 .node-title a { font-weight: 900 !important; background: linear-gradient(45deg, #ffd700, #9400d3, #00d2ff, #ff007f, #ffd700); background-size: 400% 400%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 6px rgba(148, 0, 211, 0.7)) drop-shadow(0 0 12px rgba(0, 210, 255, 0.4)); animation: magic-glow 6s ease infinite; display: inline-block; }