2.0 CSS |
![]() ![]() |
2.0 CSS |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
I can't find out how to control the text in my Headline and the Links above all my Top friends on 2.0, can anyone help me out? I want to be able to control the links and the hover on those, and to be more specific, I want to change the color, size, etc., not just what the text says, thanks
|
|
|
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
To customize the links of your friends, put this code in your CSS section:
CODE div.friendSpaceModule ol.moduleList a span {font:normal 8pt Arial; color:FF0000;} As for the headline, there isn't one for the 2.0 profile so I don't know what you're talking about. |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
To customize the links of your friends, put this code in your CSS section: CODE div.friendSpaceModule ol.moduleList a span {font:normal 8pt Arial; color:FF0000;} As for the headline, there isn't one for the 2.0 profile so I don't know what you're talking about. Cool, but yeah there is a headline u go to customize and edit the top module and there's an option whether u want it to show your mood or headline.. and u can change you headline in the basic info section. And also how would I edit the mouseover on the friends links?
Reason for edit: posts merged. please don't double post. thanks :) -nat
|
|
|
![]()
Post
#4
|
|
![]() Member ![]() ![]() Group: Member Posts: 29 Joined: Nov 2008 Member No: 696,434 ![]() |
CODE {!- Styles the status text -!}
span.status {} {!- Styles the headline text -!} blockquote p {} {!- Styles the friendSpaceModule links -!} div.friendSpaceModule a {} div.friendSpaceModule a:active {} div.friendSpaceModule a:visited {} div.friendSpaceModule a:hover {} |
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
Those didn't work but thanks... On my top friends when I hover over a pic of someone it underlines their name and I don't want that. The rest of my mouse overs on the page are right, except for the links above my friends pictures in the FriendSpace and Comments
|
|
|
![]()
Post
#6
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
For the mouseover style, add this to the code I gave you:
CODE div a:hover, div.friendSpaceModule ol.moduleList a span:hover {text-decoration:none;} See if that does it. For the headline, I'll find out how you can edit that when I get home from college. |
|
|
![]()
Post
#7
|
|
![]() Member ![]() ![]() Group: Member Posts: 29 Joined: Nov 2008 Member No: 696,434 ![]() |
Those didn't work but thanks... On my top friends when I hover over a pic of someone it underlines their name and I don't want that. The rest of my mouse overs on the page are right, except for the links above my friends pictures in the FriendSpace and Comments You have to put your code between {} Do you not have knowledge of CSS? |
|
|
![]()
Post
#8
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
I'm tryin to get it so that the links above my friends pics (in my Friendspace and comments)have no underline when I go over them with the mouse. All my other link hovers on the page are fine, except for these. I think it may have to do with the new profile because I've never had this prob before.
|
|
|
![]()
Post
#9
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Try putting this in your CSS section:
CODE div.friendSpaceModule ol.moduleList a span, div.friendSpaceModule ol.moduleList a span:hover, div.commentsModule div.moduleBody div.user a span, div.commentsModule div.moduleBody div.user a span:hover {text-decoration:none;}
|
|
|
![]()
Post
#10
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 ![]() |
Try putting this in your CSS section: CODE div.friendSpaceModule ol.moduleList a span, div.friendSpaceModule ol.moduleList a span:hover, div.commentsModule div.moduleBody div.user a span, div.commentsModule div.moduleBody div.user a span:hover {text-decoration:none;} Works, thanks |
|
|
![]()
Post
#11
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Alright, topic closed & moved.
|
|
|
![]() ![]() |