I'm having problems with changing the links at the top of a module when browsing photos, blogs etc. ("All Pictures" "All albums" "My Pictures" "My albums" etc.) i have been able to change the ones on the main page via language editor, and when I try to do the same for these it just shows the coding for the button in plain text. Any ideas or suggestions would be greatly appreciated! Thank you very much.
Tags: buttons, changing text links, css, help, text links

Try this in advanced css:
.navigation li {
background-color: #6891e7;
border-color: #3f76b7;
text-shadow: 0 1px 0 rgba(0,0,0,.25);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff5384be,EndColorStr=#ff3f76b7);
background-image: -moz-linear-gradient(top,#5384be 0,#3f76b7 100%);
background-image: -ms-linear-gradient(top,#5384be 0,#3f76b7 100%);
background-image: -o-linear-gradient(top,#5384be 0,#3f76b7 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5384be),color-stop(100%,#3f76b7));
background-image: -webkit-linear-gradient(top,#5384be 0,#3f76b7 100%);
background-image: linear-gradient(to bottom,#5384be 0,#3f76b7 100%);
padding: 5px;
border-radius: 3px;
}
.navigation li a {
color: white;
}
Permalink Reply by Jason Longdon on February 16, 2013 at 8:41am this tip work PERFECTLY! Thank you Bernard! Would you mind telling me how to use this for the other buttons? The gradient that I was able to produce from what you gave me looks better than the images I had been using for the "button" and "view all" etc and loads quicker too. Can I just use this code in the language editor somehow where appropriate for "view all" ? Thanks so much for your time. Amazing how one little thing can add to the look so much!

You are welcome Jason. Well, I've not checked in language editor. Perhaps, you can add this class .xg_module_foot .right, before this class .navigation li to change view all text to view all button.
John Bizley replied to John Bizley's discussion 'I have a Question about the Social Channels ( youtube, vimeo )' in the group The Sandbox
Writer Chick {Diane} replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'

Allison Leahy replied to soaringeagle's discussion '3.0 priority fix list'
Allison Leahy replied to Elshara Silverheart's discussion 'Another Feature Request For Ning 3.0'© 2013 Created by Ning.
