
Originally Posted by
smligget
But I have one question, I can't seem to find where it says to have a yellow box over them when on each page. Could you help me out with that?
Sure. The following CSS as part of the script is what styles the selected pagination link, so just edit that:
Code:
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
MY last question is, I was to have a darker rectangle show which page they are on, is there a way to do that?
Hmm can you clarify? Do you mean a dark rectangle around the actual content shown when a pagination link is clicked on?
Bookmarks