DaveDad Posted August 21, 2008 Share Posted August 21, 2008 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 More sharing options...
FIMBLE Posted August 21, 2008 Share Posted August 21, 2008 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 More sharing options...
DaveDad Posted August 21, 2008 Author Share Posted August 21, 2008 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 More sharing options...
FIMBLE Posted August 21, 2008 Share Posted August 21, 2008 Here you go a (line 24) { color: #747474; font-weight:bold; text-decoration: none; } a:hover (line 29) { color: #888888; font-weight:bold; text-decoration: underline; } Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
DaveDad Posted August 21, 2008 Author Share Posted August 21, 2008 Thanks a million for your help. this forum rocks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.