shako Posted July 2, 2005 Posted July 2, 2005 I need my headings and ect. to look like boxes images can someone show me wat i need to edit to do this. look at these pictures: wat i need changed is circled blue :) (ms paint lol) here's the contrib i used for the box images http://www.oscommerce.com/community/contri...arch,box+images
WiseWombat Posted July 2, 2005 Posted July 2, 2005 Look in you webroot stylesheet.css make a back up and then try this //////////////////////////////////////////////// TD.headerNavigation { <!--- look for this line --> font-family: Comic Sans MS; font-size: 14px; background: #CC66FF url("SS1.jpg"); <!-- And change to this line --> color: #ffffff; font-weight : bold; } ////////////////////////////////////////////////// .productListing-heading { <!--- look for this line --> font-family: Comic Sans MS; font-size: 10px; background: #3399FF url("SS1.jpg"); <!-- And change to this line --> color: #FFFFFF; font-weight: bold; } ////////////////////////////////////////////////// ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP
WiseWombat Posted July 2, 2005 Posted July 2, 2005 Look in you webroot stylesheet.cssmake a back up and then try this //////////////////////////////////////////////// TD.headerNavigation { <!--- look for this line --> font-family: Comic Sans MS; font-size: 14px; background: #CC66FF url("SS1.jpg"); <!-- And change to this line --> color: #ffffff; font-weight : bold; } ////////////////////////////////////////////////// .productListing-heading { <!--- look for this line --> font-family: Comic Sans MS; font-size: 10px; background: #3399FF url("SS1.jpg"); <!-- And change to this line --> color: #FFFFFF; font-weight: bold; } ////////////////////////////////////////////////// <{POST_SNAPBACK}> Sorry about that. I thought ss1.jpg was your navigation bar image. not the intyre image on this post. If its in your catalog file try this instead look for your stylesheet inside your catalog then try this first make a backup. //////////////////////////////////////////////// TD.headerNavigation { font-family: Comic Sans MS; font-size: 14px; background: #CC66FF url("images/infobox/your-image-goes-here.gif"); color: #ffffff; font-weight : bold; } ////////////////////////////////////////////////// .productListing-heading { font-family: Comic Sans MS; font-size: 10px; background: #3399FF url("images/infobox/your-image-goes-here.gif"); color: #FFFFFF; font-weight: bold; } ////////////////////////////////////////////////// ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP
shako Posted July 2, 2005 Author Posted July 2, 2005 Sorry about that. I thought ss1.jpg was your navigation bar image. not the intyre image on this post.If its in your catalog file try this instead look for your stylesheet inside your catalog then try this first make a backup. //////////////////////////////////////////////// TD.headerNavigation { font-family: Comic Sans MS; font-size: 14px; background: #CC66FF url("images/infobox/your-image-goes-here.gif"); color: #ffffff; font-weight : bold; } ////////////////////////////////////////////////// .productListing-heading { font-family: Comic Sans MS; font-size: 10px; background: #3399FF url("images/infobox/your-image-goes-here.gif"); color: #FFFFFF; font-weight: bold; } ////////////////////////////////////////////////// <{POST_SNAPBACK}> WOW thanks man :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.