These are all just "best guesses" but give them a try. Make a backup first of course.
In your style sheet...
1) Change this:
/*-------------------------------
START sidebar structure
-------------------------------*/
#sidebar
{
padding: 75px 0 10px 28px;
background: url('images/sidebar-bg.jpg') top no-repeat;
float: left;
width: 275px;
min-height: 613px;
}
To this:
/*-------------------------------
START sidebar structure
-------------------------------*/
#sidebar
{
padding: 15px 0 10px 28px;
background: url('images/sidebar-bg.jpg') top no-repeat;
float: left;
width: 275px;
min-height: 613px;
}
2) Try adding this to the very bottom of your style sheet:
#respond label { color: #000;}
That should make the label black. Substitute the color of your choice.
3) add this to the bottom of your style sheet:
.ngg-album-desc, a:hover { color: #000; }
That should turn the photo album links and link hover color to black. Substitute the color of your choice, and you can play with the link hover colors to get the effect of your choice.
4) do you mean back to top? or a link to your home page?