The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Multicolor description text

3 posters

Go down

Solved Multicolor description text

Post by duckadam March 19th 2024, 11:28 pm

How could I make the description on a multicolored forum? to always change the color every 2-3 seconds?
Multicolor description text Captur11
The description should be multicolored...


Last edited by duckadam on March 22nd 2024, 9:15 pm; edited 2 times in total
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by Mihai March 20th 2024, 12:26 am

duckadam wrote:How could I make the description on a multicolored forum? to always change the color every 2-3 seconds?
Multicolor description text Captur11
The description should be multicolored...

Hello,
Can we please know your forum address url since its created from forumgratuit.ro?
Mihai
Mihai
Forumember

Male Posts : 843
Reputation : 36
Language : Romanian, English
Location : Bucharest, Romania

https://allprojects.forumotion.com/

Back to top Go down

Solved Re: Multicolor description text

Post by duckadam March 20th 2024, 12:56 am

was recently created from forumotion
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 20th 2024, 12:58 am

Hello

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.
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 20th 2024, 7:40 am

hello again
please check here the description in my test forum https://test4test.forumotion.com/forum
is this what you want ?

skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

TonnyKamper likes this post

Back to top Go down

Solved Re: Multicolor description text

Post by duckadam March 20th 2024, 6:28 pm

yes, it s perfectly!
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 20th 2024, 7:22 pm

go to admin panel...display...css
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
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Multicolor description text

Post by duckadam March 20th 2024, 8:39 pm

How could I put color only on certain columns that I choose not to appear on the whole forum?
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 21st 2024, 7:42 am

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.
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

TonnyKamper and poesia-verses like this post

Back to top Go down

Solved Re: Multicolor description text

Post by duckadam March 21st 2024, 7:14 pm

hello, exactly, how do I select only one text as above, and have the whole column + the inside of the column as the first, just not all of them on the whole forum.
Multicolor description text Captur12
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 21st 2024, 9:06 pm

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
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Multicolor description text

Post by duckadam March 22nd 2024, 6:24 am

I haven't solved it, I don't know what to do with it, I'll leave it like that, thank you.
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 22nd 2024, 7:42 am

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
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

TonnyKamper likes this post

Back to top Go down

Solved Re: Multicolor description text

Post by duckadam March 22nd 2024, 5:08 pm

So, how could I change the description here to be multicolored
Multicolor description text Captur13
and here
Multicolor description text Captur10
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 22nd 2024, 5:12 pm

The screenshot is blur
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Multicolor description text

Post by duckadam March 22nd 2024, 5:25 pm

Multicolor description text Captur19
and
Multicolor description text Captur11
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 22nd 2024, 8:09 pm

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
Code:
<rainbow> text text text </rainbow>
and save

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

skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

TonnyKamper and poesia-verses like this post

Back to top Go down

Solved Re: Multicolor description text

Post by duckadam March 22nd 2024, 9:14 pm

Super cool, thank you for taking the time to help me, thank you very much!!!!!!!!! you are the best !!! luv
duckadam
duckadam
New Member

Posts : 18
Reputation : 1
Language : Romanian

Back to top Go down

Solved Re: Multicolor description text

Post by skouliki March 22nd 2024, 10:25 pm

You are welcome
Problem solved & topic archived.
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15135
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum