Quote Originally Posted by gjh42 View Post

.sideBoxContent a {
background-color: #c69c42;
padding: 0.4em;
}
I did it....phew..there wasnt a code as above so that kinda threw me.
I just added one though and it worked..then of course they didnt change color when I put my mouse over them so I had to figure out how to do that.



I added extra code as below to come to a solution.
thanks again..its been a long journey...lol

.sideBoxContent a{
color: #ffffff;
}

.sideBoxContent a:hover{
color: #fbce50;
}