Most browsers will show links by default in blue and visited links in purple. BOOOORING!!! That, and purple just doesn’t look good on some people ,But with a little bit of CSS, you can style your links any way you like. add this to your advance css section

a:link {color: #006600;} (green)
a:visited {color: #FF0000;} (red)
a:focus {color: #9933CC;} (purple)
a:hover {color: #000099;} (blue)
a:active {color: #FF9933;} (orange)

Thats its just hit save.

This is what each link does i guess you can change it to whatever,havent gotten that far yet

link – default (so your standard, never-clicked link)
visited link
focus – when tabbing with the keyboard
hover – when the curser moves over the link
active – the moment the link is clicked..

example ...yubasutterconnect.com
still working on it feedback is wanted thanks

Tags: css, links, style

Views: 166

Reply to This

Replies to This Discussion

Very helpful for the beginners. Great work solo.

thanks B..im so a beginner ,thought i do a little sharing,lol

I have applied a background color to my links and padded them to look like buttons.

Is there a way to make the background color change colors along the lines of these same principals?

I am trying to make the link/button be a different color when you are on the actual page the link/button points to.
You could have something like this.

a:link {
color: #fff;
background: #000;
padding:2px;
}

Then apply similar to solo's other classes that he mentions

SP

thanks SP...here some more Chole,,

a:link {     color: #006600;     background: #CCFF99;}

a:visited {  color: #FF0000;     background: #ff6633; }

a:focus {    color: #9933CC;     background: #ffccff;}

a:hover {    color: #000099;     background: #ccffcc; }

a:active {   color: #FF9933;     background: #ffff00; }


 

RSS

Latest Activity

Kos replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"They're coming.  Ning has said over and over they're working  on them.  Be…"
3 hours ago
James Hawkins replied to Alex's discussion 'More styling in the Design Studio'
"Looks like you need to adjust height here from 300 (default) to 295. .row:after…"
3 hours ago
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
"actualy when using 5 rows its still there so what is going on? ok new thoery its loading as many as…"
8 hours ago
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
"very minor bug but when u have  the profile icons rounded in the member box set to small and 2…"
8 hours ago
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"That's really good to hear about groups.  That's our site's main…"
8 hours ago
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
"sweet awesom e job tho im using text badges and have a feeling that wont look so sweet im gonna go…"
8 hours ago
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"AGREE 100% on groups.  We are not interested in blogs.  Our groups are the main…"
8 hours ago
Thiago Santos de Moraes replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"The green background is not good to read."
9 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service