Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

change the link color/hover color


spencermjax

Recommended Posts

Posted

On stylesheet.css look for the hover color. I think the hover color can be specified so it will be used throughout the site.

 

Iggy

Posted

yes, I got the overall hover part but now I would like to have all of the links in the column_left.php to be white and the rest of the links to be black.

Posted

ok i think i got it...

Paste this into your stylesheet.css

 

.left-column:hover {

color: #000000;

background: #99ff00;}

 

specify to whatever color u want there.

 

Iggy

Posted

on your index page, what is td class of your left-column? is it "left-column"?

my best suggestion is for you to remove the background color on that code i gave you and seeing if that works.

Posted

well, I did remove the background color but I have already tweeked my code and have my own class in that td. Not to mention, if I were to do it that way I would have to add that code to every other file in the main directory. I was hoping for an easier solution. I have already opened and changed code parts on each of the files in the main dir. I don't feel like doing it again. Oh well...guess I'll stick with black.

 

Thanks anyway.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...