Chezarae 1
(?)Community Member
- Report Post
- Posted: Wed, 14 Sep 2011 19:08:19 +0000
HEADERS
There are some headers in your profile. The biggest header is the Profile Body header. (the Gaia Homes picture at the top of the preview site I gave you.) And the smaller headers (the parts that tell you what section you're looking at -About Me, Friends, Comments, etc.)
#extendedProfileBody #header h1
This is the label for the Profile Body header.
#[section] h2
This is the header for all the other sections.
Profile Body Header
#extendedProfileBody #header h1 {background:url([URL here]);
border:[style] [color tag or HEX code] [width]px;}
Try this:
#extendedProfileBody #header h1 {background:url(http://i280.photobucket.com/albums/kk176/chezarey15/design-chezarae-profilecodingcopy.jpg);
border:double white 4px;}
For a solid color:
#extendedProfileBody #header h1 {background:[color or HEX code];
border:[style] [color tag or HEX code] [width]px;}
Section Headers
Here, you can add a border, change the text and background of some of the headers.
You can change all those attributes in the Profile section, but I can only change the background color and size of the other headers.
If you know how to change the text or add borders to the other sections, please let me know.
#[section] h2 {background:[color tag or HEX code];
height:[number]px;
width:[number]px;}
Try this:
#about h2 {background:blue;
height:10px;
width:400px;}