Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Links


kathy7012

Recommended Posts

I bought a new oscommerce template, but they won't tell me where you change it so that the links of pages in each category are viewable from page to page. The site color is a dark blue, and all it shows is one page when you go to a category. The links are there, they just must be a dark color. What page could I adjust this on? The site is: http://www.kahanertrim.com if you would like to look and see what I mean. If this was not explanatory enough, just let me know. Thank you so much

Whenever you are asked if you can do a job, tell 'em, 'Certainly I can!' Then get busy and find out how to do it.

Link to comment
Share on other sites

Hi,

If you go to the catalog folder and open the stylesheet.css (you can open it in notepad)

 

Find the following lines:

.smallText a {
color:#000000;
text-decoration:underline;
}

.smallText a:hover {
color:#000000;
text-decoration:none;
}

the numbers and letters after the hash represent the colour.

If you want them the same as the other links change it to this:

.smallText a {
color:#1A85DE;
text-decoration:underline;
}

.smallText a:hover {
color:#DEBB77;
text-decoration:none;
}

 

That should hopefully work for you.

Link to comment
Share on other sites

Hi,

If you go to the catalog folder and open the stylesheet.css (you can open it in notepad)

 

Find the following lines:

.smallText a {
color:#000000;
text-decoration:underline;
}

.smallText a:hover {
color:#000000;
text-decoration:none;
}

the numbers and letters after the hash represent the colour.

If you want them the same as the other links change it to this:

.smallText a {
color:#1A85DE;
text-decoration:underline;
}

.smallText a:hover {
color:#DEBB77;
text-decoration:none;
}

 

That should hopefully work for you.

 

Perfect!! Thank you!!

Whenever you are asked if you can do a job, tell 'em, 'Certainly I can!' Then get busy and find out how to do it.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...