Multicolor description text
3 posters
Page 1 of 1
Multicolor description text
Last edited by duckadam on March 22nd 2024, 9:15 pm; edited 2 times in total
duckadam- New Member
- Posts : 18
Reputation : 1
Language : Romanian
Re: Multicolor description text
was recently created from forumotion
duckadam- New Member
- Posts : 18
Reputation : 1
Language : Romanian
Re: Multicolor description text
Hello
Please provide your forum URL and version for appearance issues in order to be able to help you
@duckadam
Please provide your forum URL and version for appearance issues in order to be able to help you
@duckadam
Your PM has been received with thanks.
|
Re: Multicolor description text
hello again
please check here the description in my test forum https://test4test.forumotion.com/forum
is this what you want ?
please check here the description in my test forum https://test4test.forumotion.com/forum
is this what you want ?
TonnyKamper likes this post
Re: Multicolor description text
yes, it s perfectly!
duckadam- New Member
- Posts : 18
Reputation : 1
Language : Romanian
Re: Multicolor description text
go to admin panel...display...css
and add this code
submit
and add this code
- Code:
dl.icon dt, dl.icon dd.dterm {
animation: colorRotate 6s linear 0s infinite; }
@keyframes colorRotate {
from {
color: rgb(255, 0, 0);
}
16.6% {
color: rgb(255, 0, 255);
}
33.3% {
color: rgb(0, 0, 255);
}
50% {
color: rgb(0, 255, 255);
}
66.6% {
color: rgb(0, 255, 0);
}
83.3% {
color: rgb(255, 255, 0);
}
to {
color: rgb(255, 0, 0);
}
}
submit
Re: Multicolor description text
How could I put color only on certain columns that I choose not to appear on the whole forum?
duckadam- New Member
- Posts : 18
Reputation : 1
Language : Romanian
Re: Multicolor description text
do you mean you want the effect to apply to a certain category description maybe and not all?
example https://test4test.forumotion.com/forum
what do you mean by columns please post a screenshot or explain your request with a more detailed description.
example https://test4test.forumotion.com/forum
what do you mean by columns please post a screenshot or explain your request with a more detailed description.
TonnyKamper and poesia-verses like this post
Re: Multicolor description text
What you have circled is not a category description .....these are the sub forums of the category along with the name of the forums
Your first post was about something totally different , my code above is for the category description
Is this solved ? It is marked as solved
Your first post was about something totally different , my code above is for the category description
Is this solved ? It is marked as solved
Re: Multicolor description text
I haven't solved it, I don't know what to do with it, I'll leave it like that, thank you.
duckadam- New Member
- Posts : 18
Reputation : 1
Language : Romanian
Re: Multicolor description text
i will unmark the thread
and please clarify to us what areas you want exactly to apply the effect cause each area has a different element
and please clarify to us what areas you want exactly to apply the effect cause each area has a different element
TonnyKamper likes this post
Re: Multicolor description text
do add this effect color to a specific forum description and not all of them
go to the admin panel ....general....category and forums...choose the category you want to apply the effect and click the yellow gear icon
to the description filed enclose your description between those tags <rainbow> .....</rainbow>
example
do these same steps to all categories you want to apply this effect
then replace the code i gave you in my previous post to your CSS sheet with this one
go to the admin panel ....general....category and forums...choose the category you want to apply the effect and click the yellow gear icon
to the description filed enclose your description between those tags <rainbow> .....</rainbow>
example
- Code:
<rainbow> text text text </rainbow>
do these same steps to all categories you want to apply this effect
then replace the code i gave you in my previous post to your CSS sheet with this one
- Code:
rainbow {
animation: colorRotate 6s linear 0s infinite; }
@keyframes colorRotate { from { color: rgb(255, 0, 0); } 16.6% { color: rgb(255, 0, 255); } 33.3% { color: rgb(0, 0, 255); } 50% { color: rgb(0, 255, 255); } 66.6% { color: rgb(0, 255, 0); } 83.3% { color: rgb(255, 255, 0); } to { color: rgb(255, 0, 0); } }
TonnyKamper and poesia-verses like this post
Re: Multicolor description text
Super cool, thank you for taking the time to help me, thank you very much!!!!!!!!! you are the best !!!
duckadam- New Member
- Posts : 18
Reputation : 1
Language : Romanian
Re: Multicolor description text
You are welcome
Problem solved & topic archived.
|
Similar topics
» Is it possible to add text description to dice results for accessibility?
» How to add a rainbow effect to text in site description
» how to change the color of the Site description text?
» links with description
» Post Description.
» How to add a rainbow effect to text in site description
» how to change the color of the Site description text?
» links with description
» Post Description.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum