Quote by LunarihaHello
Lacus-san :)
I was wondering what css code/s to use for the h1 bar thingy?

and also how do u make the texts' colors in the side bar/area(the area wherein your avy, stats, list of friends, &
etc are there) different from the ones in main area?
oh and how do I change the orange texts in the side bar (eg. Lunariha <above the avy>, Lunariha's Friends,
Lunariha's Watchlist) into other colors?
gomen for bombarding u with lots of questions -_- I'm having a quite a hard time with it you
see.
Sorry for the late reply, homework and finishing a wallpaper took a toll on me -_- *drops exhausted*.
Well it seems you got a lot figured out already. The codes you need help with I have already posted available at Userpage Customization Tips and Tricks. But I'll give it
to ya as well no problem, and no apology needed, I love to help friends ^-^.
/* To customized the <h1> headers in only your profile content try this.*/
#content h1{ font-size: 15px; color: #xxx;}
- For those like me who still have the OLD <h2> header codes in your profile content and want to keep it
customized, add this to your CSS.
#old_h2 {font-size: 11px; color: #xxx; margin-left: 27px; margin-top: -11px; letter-spacing: 2px; }
and in your profile content change the <h2> to <div id="old_h2">
it should resemble the old look as much as possible. Your code should look like this <div id="old_h2">
words here </div>
I'm pretty sure the orange things are the headers and bullets.
/*To Change the color of the menu's bullets */
#menu li {color: #xxxxxx;}
/*Menu headers*/
#menu h2 {color: #xxxxxx;}
Have a great day!