mtechama Posted December 22, 2005 Share Posted December 22, 2005 When you mouse over an link it changes colors. from black to a lite gray. is there a way I can change to red instead of gray color? Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP! Link to comment Share on other sites More sharing options...
mtechama Posted December 22, 2005 Author Share Posted December 22, 2005 Nevermind I got it Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP! Link to comment Share on other sites More sharing options...
wheeloftime Posted December 22, 2005 Share Posted December 22, 2005 When you mouse over an link it changes colors. from black to a lite gray. is there a way I can change to red instead of gray color? Long time no see Wade ;) Look in your (catalog)/stylesheet.css for A:hover { color: #ffffff; text-decoration: none; background: #000000; } and change the colors to your liking. The "background: #000000;" is not originally in the stylesheet so remove it or use it :rolleyes: regards, Howard Link to comment Share on other sites More sharing options...
mtechama Posted December 22, 2005 Author Share Posted December 22, 2005 Long time no see Wade ;) Look in your (catalog)/stylesheet.css for A:hover { color: #ffffff; text-decoration: none; background: #000000; } and change the colors to your liking. The "background: #000000;" is not originally in the stylesheet so remove it or use it :rolleyes: regards, Howard Howard, I have another question On my info boxes it has the curves corners I just want a square corner is that possible? Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP! Link to comment Share on other sites More sharing options...
wheeloftime Posted December 22, 2005 Share Posted December 22, 2005 Howard, I have another question On my info boxes it has the curves corners I just want a square corner is that possible? Sure. It's a long time ago but if I remember well you should go through your (catalog)/includes/boxes directory and change where appropriate new infoBoxHeading($info_box_contents, true, false); to new infoBoxHeading($info_box_contents, false, false); Link to comment Share on other sites More sharing options...
mtechama Posted December 22, 2005 Author Share Posted December 22, 2005 Sure. It's a long time ago but if I remember well you should go through your (catalog)/includes/boxes directory and change where appropriate new infoBoxHeading($info_box_contents, true, false); to new infoBoxHeading($info_box_contents, false, false); What file is it? Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP! Link to comment Share on other sites More sharing options...
wheeloftime Posted December 22, 2005 Share Posted December 22, 2005 What file is it? Several. Just try categories.php first and see if this indeed is the correct solution. Link to comment Share on other sites More sharing options...
mtechama Posted December 22, 2005 Author Share Posted December 22, 2005 Several. Just try categories.php first and see if this indeed is the correct solution. ok I got it......Now I am looking for the one on the module New For December box? Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP! Link to comment Share on other sites More sharing options...
wheeloftime Posted December 22, 2005 Share Posted December 22, 2005 ok I got it......Now I am looking for the one on the module New For December box? (catalog)/includes/modules/new_products.php but that one builds on the contentBoxHeading which has no true, false parameters alas. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.