Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help changing a font color


DaveDad

Recommended Posts

I purchased a turnkey solution and cant any help from the supplier as to simple mods like changing font colors. Can somebody tell me where to change the font size/color/type of my categories. i just need to know what file to edit. If you go to this link http://lesliesonline.com/index.php?cPath=2637 and look at the top of the section where it reads "Banner Flags" and "Collegiate" you will see the color is grey. I want to increase the size and change the color. what file do I edit? ANy help is greatly appreciated since the provider of the site continues to respond with "we dont support it"

thanks everybody.

DAve

Link to comment
Share on other sites

Template are not supported here either, the code is not oscommerce anymore!

Meaning they have been done so badly that any decent code has mainly been erased.

 

In your case its a stylesheet.css thing so not too bad!

 

Find this and change to suit

 

a (line 24)

 

{

 

color: #747474;

 

text-decoration: none;

 

}

 

a:hover (line 29)

 

{

 

color: #888888;

 

text-decoration: underline;

 

}

 

 

Regards

NIc

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Thank you Nic, that was it. see what a little bit of sensible advice gets you. now, one more thing, what do I need to do to change it to bold.

thanks again everybody. this forum has been a life saver, unlike my turnkey solution provider who has been worthless.

Thanks all,

Dave

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...