a: hover and having the same font

Hi again people



I have had enough now, the simplest of things is destroying me.



I am trying to make the text in the sideboxes the same as the categories font, I would also like to take the underline from it to take the oscommerce look away from it.



I currently have removed the underline for the text decoration and I have made the font in the information page “Contact Us”, “Poll of the week” etc etc the same as the categories.



The two things that have done me over are:-



1-The font in the shopping options??? How do I change this

2-The hover state of all the above mentioned I have removed the underline from the link but that is it

ALL I WANT IS A DIFFERENT COLOURED HOVER STATE AND THE SAME FONT THROUGHOUT THE SITE.:confused: :confused:



I have tried inserting

.sidebox-body a:hover but that didnt work



I know it is something stupid,cant see the wood for the trees again.



I suppose it could be worse, I could have 4 instances of Explorer open trying to find my way around magento’s pathetic filing system…:smiley:

HI sorry sorted it, realised trees are wood.



If anyone else is stuck all I did was this



This line in Styles,css

a, a:visited, a:hover, a:active {

color: #eaf0f5;

}



removed the hover and created



a:hover{

color: #different

}