WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

213

Hi guys,

So, when I started the Sandia Mesa Poal sub, I initially changed the color of the Poal logo to better fit the style of the sub. However, that seems to . Is there a way to be able to change the color of the Poal logo?

Hi guys, So, when I started the Sandia Mesa Poal sub, I initially changed the color of the Poal logo to better fit the style of the sub. However, that seems to [be gone as of recent](https://pic8.co/sh/OYc64u.PNG). Is there a way to be able to change the color of the Poal logo?

(post is archived)

[–] 4 pts (edited )

I removed the class for the Christmas and new year (because of the special animated logos).

You can use ‘filter: hue/brightness’ to change its color.

https://www.w3schools.com/cssref/css3_pr_filter.asp

Edit: use the following link to convert your color and replace the values in the custom css below: https://codepen.io/sosuke/pen/Pjoqqp

.poal-logo { filter: invert(100%) sepia(35%) saturate(0%) hue-rotate(100deg) brightness(108%) contrast(102%); }

[–] 1 pt

i was wondering why my pink bear went away. This has a black box step to it with that generator, but it works.

https://poal.co/s/Feminism/hot

[–] 1 pt

That must be your browser’s rendering engine. I don’t see that on Safari.

[–] 2 pts (edited )

its pink right now, with

.poal-logo { filter: invert(30%) sepia(70%) saturate(7027%) hue-rotate(315deg) brightness(100%) contrast(104%);}

using dissenter browser, works after page loads on Brave browser, and firefox once i enable javascript.

the old code i had been using since long before stopped working.

body.dark g, body g { //fill: #FF1493 !important; //poal bear color broken}