I want the link colors on the main page & in the infoboxes to be different colors. If I change stylesheet .css it changes both of them. How can I do this please?Fairly new to this ...so try & keep it simple PLEASE
This is a discussion on Need different link colors within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I want the link colors on the main page & in the infoboxes to be different colors. If I change ...
I want the link colors on the main page & in the infoboxes to be different colors. If I change stylesheet .css it changes both of them. How can I do this please?Fairly new to this ...so try & keep it simple PLEASE
try to make another entry on the stylesheet.css, for example, infoboxes is blue make a new entry that is infoboxes1 which is color red, then change the class=infoboxes to class=infoboxes1 for all of the links you want to change.
sample below
on stylesheet.css, do this:
then on the boxes where you want another color, change their class to infobox1Code:.infoBox { background: #b6b7cb; } .infoBox1 { background: #ffeeee; }
Paul
Bookmarks