Replies

May 19, 2009 16 years ago
odduckOasis
is made of stardust
User Avatar
Tenacious

I went to the CSScode help thread, there hasn't been many answers lately, so I wanted to make a new topic to see if I get any assistance since others have asked and not gotten answers, if there are any.

It's about doing the CSS code to customize your Subeta look. I have it pretty basic, cuz it's easier and won't give me headaches, but a few things are bothering me.

One: the login status where it tells you how many friends are online, still has a white background as it seems to be a seperate code but I can't get rid of it or make it transparent. Is this a glitch or is there no code? If there's a code, what is it? I don't want to get rid of the display, just the white box so it looks like the rest.

The code I have seen for displaying the cash shop credits doesn't work. Do you have to put it in the loginstatus area? I tried that, that didn't work. The div code by itself within the style code doesn't work.

Also, what is the code to stop the search item page from automatically displaying word guesses for what you're searching for. I saw a code before, but it didn't work either! >.<;

So, if anyone could assist me, I would much appreciate it. =)

Thanks.

WL :: Tumblr :: Art site :: art by me.

May 19, 2009 16 years ago
Cadence
has a strong pet
User Avatar

Quote by odduckoasis
Also, what is the code to stop the search item page from automatically displaying word guesses for what you&;re searching for. I saw a code before, but it didn&;t work either!

I'll have to keep an eye on this thread because I'd love a code for that purpose as well.

Sorry I can't be of any help, I fail at CSS.

May 20, 2009 16 years ago
odduckOasis
is made of stardust
User Avatar
Tenacious

I wonder if anyone even knows. Someone put a code up, but it didn't work, so I don't think it was the correct one. I simply don't understand how to find out what the div names are anyways... =/ But yeah.

Hopefully someone answers this... =/ Won't be much help if I don't get any help. xD;;

WL :: Tumblr :: Art site :: art by me.

May 20, 2009 16 years ago
Lexiana
has ALL of the trading cards!
User Avatar

If you want the friends online gone completely, you can use

{display:none}

I've been playing with it, but I can't seem to make it change colors or be transparent.

You WANT CS credits displayed, or DON'T want it displayed? It should display by default. I hid mine by using

{display:none}

Annnd, no clue on the word guesses, I might have to play with that one a bit more.

[edit] These are all in between the <style type=text/css> and </style> tags.

| | [egg=Lexiana] | [tp=Lexiana]

May 20, 2009 16 years ago
Teri
needs a vacation!
User Avatar

li{background-color:COLOR;}

that's for changing the color of the white box around the friends online thing. change the COLOR to the color code for whatever one you wanted.

May 20, 2009 16 years ago
odduckOasis
is made of stardust
User Avatar
Tenacious

I'll give it a try, thanks guys. =)

WL :: Tumblr :: Art site :: art by me.

Please log in to reply to this topic.