Welcome to Gaia! ::

Excited?

Hells yeah. 1 100.0% [ 6020 ]
Total Votes:[ 6020 ]
<< < 1 2 ... 96 97 98
Lol? I want no tiles so I followed the code & it still gives me tiles? df.
Hello

I really like your guide, it's helped me out quite a bit. However, I am having difficulty putting a color background on the headers of the sections in my profile. The code you listed seems to completely white-out the color AND the text, and I'm not sure what I'm doing wrong.

Also, if it possible to put a color border on the sections in my profile?

Thank you for your time!
BAST0S 's avatar
  • 100
  • 50
  • 100
i've been waiting to know how people do their media like this :



http://www.gaiaonline.com/profiles/l-stephonasaurus-l/33528819/

also how they stick inside to scroll bar?
BAST0S
i've been waiting to know how people do their media like this :



http://www.gaiaonline.com/profiles/l-stephonasaurus-l/33528819/

also how they stick inside to scroll bar?

Right click > View Page Source

All their CSS should be under

"/* User-specified Theme Override CSS */"

Have a look at their CSS and then you might find out what you're trying to find.
Abbi Normal
Hello

I really like your guide, it's helped me out quite a bit. However, I am having difficulty putting a color background on the headers of the sections in my profile. The code you listed seems to completely white-out the color AND the text, and I'm not sure what I'm doing wrong.

Also, if it possible to put a color border on the sections in my profile?

Thank you for your time!


For your first part of the post, to change the header of a panel and the colour of the text try this code:


.panel h2{
background-color: #FFFFFF ;
color: #FFFFFF;
}

Replace FFFFFF with a hex colour of your choice.
color sets the text colour, background-color sets the backgrounds.

As for a border around the panels:

.panel{
border: solid 2px #3d8ad0;
}

That will do it.
Change the hex to a colour of your choice.
There are other types of borders other than solid, such as:

dotted
dashed (i think)
double

and others.

I hope my post helped you ^^

Quick Reply

Submit
Manage Your Items
Other Stuff
Get Items
Get Gaia Cash
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff