ID:26364
Jan 28 2007, 7:39 am
|
|
I don't know much CSS, so I am not sure on how to go about changing this. Would anybody like to enlighten my on how to change the titles of some boxes, such as the "My Favorite Games" to something, like, say, "Places I Hate"?
|
Jan 28 2007, 2:09 pm
|
|
cant do that buddy
|
#fans_box .title, #guild_box .title, #games_box .title, #info_box .title { font-size: 0;} #joined .info_text { display:none;} #fans_box .title:after { font-size: 14pt; content: "text here";} #guild_box .title:after { font-size: 14pt; content: "text here";} #games_box .title:after { font-size: 14pt; content: "text here";} #info_box .title:after { font-size: 14pt; content: "text here";} #joined:after { font-weight:normal; content:"text here";} |