This user is not visible to guests.

you can set the opacity of the rgba code to 1 to make it fully opaque! idk what value this one uses but it's this part > rgba(x, x, x, x)

This user is not visible to guests.

right here! this code is so old that i didn;t really know how to organize it for usability fghfsgd just change that 0.5 in the highlighted spot to a 1 and that'll do it

/* [ TOP BAR ] */ .navbar, .nav-mobile-menu { background-color:rgba(#FB72B3,0.5); background-image:url(https://i.imgur.com/oQsyRwO.png); background-blend-mode:luminosity; border-bottom: 1px solid #D60085;}

This user is not visible to guests.

OHH those ones!! I'm honestly not sure, they aren't meant to be transparent so i think using the hex code instead of rgba is messing it up! i prefer hex codes but that's why i use rgba for the transparent bg stuff, it's really hard to make the bg transparent but not the rest of the stuff in that area without it 😔

1 Replies

AA am using this code rn - and if ur able to help ,,, which part of the code helps me change the color yellow & bg when you hover over ur user?? ;w; cants rlly seem to find it

that would be the dropdowns section! you can crtl+f "dropdowns" to find it, it's under the top bar section.

OOH idk how i didnts see that aSDBHGB i was working on my page all night ig i was too tired to notice - but tysm !!!!

Hey, I sort of used the base of this code to create this code. I was thinking of putting it up as f2u, and while it's pretty divorced from this original glitter code, I wanted to make sure you were okay with that, it's still your base code and stuff and i don't want to put it up without making sure ^^

yeah go ahead! :D

ty!! ^^

This user is not visible to guests.

is this for premium??

yea!

btw I used this here and thought you might wanna see it! I'm super proud of how it turned out and since this is a series i made as a little kid i'm revamping i thought the glitter really helped it look so colorful and fun :33

omg!! this is the kinda site i would have made if i could code it looks so good :D

Thank you :D I had so much fun with it

do u by any chance have the code for it to look like the image? like w the pink n blue cuz im rlly bad at this and idk what im doin LMAOO

nvm i think i understand now HAHAHG

This user is not visible to guests.

You just copy/paste the code into the profile css page in your settings, then change the colors! The colors are formatted in rgba (rrr, ggg, bbb, opacity) instead of hex codes to make the transparent effect, so you need to find a hex code converter online somewhere that will give you the rgb values of the color.

This user is not visible to guests.

Waa I hoped that was just it acting funny on the character page :( I'll work on it! You're not the first person who's had issues w parts of it not quite working

This user is not visible to guests.

your css comments are breaking the css, i figured it out
it should be /* [ content here ] */ ( the comment tag used for css ), not <!-- [ content here ] --> ( the comment tag used for html )

i hope this helps !! ^__^

OHHH THANK YOU ILL GO FIX IT i owe you my life

you're welcome !! ^__^