Replies

Feb 19, 2023 3 years ago
JessicaLynn
User Avatar

Hello! I’m trying to get rid of the annoying white squares on my pets / others, because the theme I was going for was darker and didn’t match at all. Any coding tips?

Feb 19, 2023 3 years ago
spacemage
is fashionable
User Avatar

is this for your user profile?

if so /*Replaces the white border with a black one */ .block { border: 5px solid black; }

/* Gets rid of the white headers */ .header { background-image: none; }

hope this helps had to rush this cause was just leaving comp, if there is more you like donhe let me know ill get back asap

I made a forum group for CustomCSS and more

Feb 19, 2023 3 years ago
JessicaLynn
User Avatar

Sadly no, I’m okay with my user profile, but the pet’s profile is what I need help for. I noticed that the pets (not custom) automatically comes with a plain white background. Is there a way to remove that? Thank you for trying to help though!

Feb 19, 2023 3 years ago
spacemage
is fashionable
User Avatar

Ah I see, I took a quick stab in the dark like I said was in a rush, I glanced at some of your pets I assume you mean the background for the page itself the easiest way is using the following, just replace with the colour you want

html { background: black; }

though if I took your question wrong the only other white background comes to mind is the one you replaced with an image but to use just an plain colour you it be a simple adjustment, below makes it so there is no "colour" so it shows what is behind, which if the only change then it'd look white or just replace and use whatever colour you want

{ background: transparent; }

I hope this covers it and helps. If not or you have any other questions please let me know

I made a forum group for CustomCSS and more

Feb 20, 2023 3 years ago
purring
is made of stardust
User Avatar

you actually mean you don't want the pet picture to have a white background, right? unfortunately coding won't help with that, the white background is part of the picture. you need to remove the white background with a picture editing software. photopea is one i'd recommend that works in your browser! or you might be able to find someone onsite to do it for you, maybe for a small fee.

Feb 20, 2023 3 years ago
JessicaLynn
User Avatar

Okay, thank you! That really helped a lot. Sucks you can’t change it :/, but thank you!

Please log in to reply to this topic.