I'm relatively new to the S2 system but have tried to do sort of a crash course in the last week to convert my journal over.
The thing I've having a problem with is my link color is the same as the "tabBg" color (due to my color scheme). I managed to set the navigation bar at the top to transparent, using the stylesheet. Copied a friend's code (with her permission) into a custom theme layer:
.header {
background-image: url("http://www.livejournal.com/palimg/component/top-bg.gif/pttransparent");
background-repeat: repeat-x;
height: 25px;
}
Now I would like to do the same thing with the code at the bottom of the page where it has "previous" and "next" navigation (in the recent and friends views). I can not simply change the tabBg color, as I do want the rest of the headers to appear as they do. I just want to change that one particular spot.
Where/how can I tell it to use a different div class for that particular spot? I just don't see where to edit it.
Thanks in advance.