Multicolor description text Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    Multicolor description text

    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

    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
    Mihai
    Mihai
    Forumember


    Male Posts : 854
    Reputation : 37
    Language : Romanian, English
    Location : Bucharest, Romania

    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?
    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

    Solved Re: Multicolor description text

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

    was recently created from forumotion
    skouliki
    skouliki
    Manager
    Manager


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

    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 : 15167
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    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 ?


    TonnyKamper likes this post

    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

    Solved Re: Multicolor description text

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

    yes, it s perfectly!
    skouliki
    skouliki
    Manager
    Manager


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

    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

    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

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


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

    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.

    TonnyKamper and poesia-verses like this post

    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

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


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

    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

    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

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


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

    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

    TonnyKamper likes this post

    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

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


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

    Solved Re: Multicolor description text

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

    The screenshot is blur

    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

    Solved Re: Multicolor description text

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

    Multicolor description text Captur19
    and
    Multicolor description text Captur11
    skouliki
    skouliki
    Manager
    Manager


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

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


    TonnyKamper and poesia-verses like this post

    duckadam
    duckadam
    New Member


    Posts : 18
    Reputation : 1
    Language : Romanian

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


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

    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