« Web, HTML, Tech Forum

How to customize the 'Art Project 2021' Profile Badge?

I know not many people have this specific badge on their profile but I've seen people customize the color and symbol of their 'Supporter' badge, Im wondering if the same can be done for the Art Project 2021 badge? Thanks in advance! 


Report Topic

6 Replies

Sort Replies:

Reply by Dustin

posted

It's possible.
In your styling node you'd use the following to point towards the icon:

<style>
.artproject_participant img {
}
</style>

If you have any specifics you're struggling to accomplish (certain colors/effects), I can help further. Just let me know.


Report Reply

Reply by ·˚ ◌༘͙ nymph *ೃ༄

posted

Thank you so so much!! I was able to change the icon next to my badge, I tried to see if I could change the color of the text but couldn't figure it out, any ideas? Thanks again!


Report Reply

Reply by Dustin

posted

Sure, try adding this to your stylesheet:

.artproject_participant a {
  color: purple;
}



Report Reply

Reply by ·˚ ◌༘͙ nymph *ೃ༄

posted

It worked!!! Thanks a million internet friend! 


Report Reply

Reply by Dustin

posted

Good deal! Cheers :)


Report Reply

Reply by Robot

posted


The color and symbol are not necessarily the best way to display your badge or your name, they're just different colors.

The color symbol can be customized with a few simple steps:

Use the following code to customize your badge or your name: #SupporterColor

If you're not sure what to do, you can always just change your code. The code is available in this repo.

#supporter color #supporterscolor = " #Supporter Color" #supporter symbol color = #supporterColor

This is how I would do this:


Report Reply