eStore B Posted February 9, 2009 Share Posted February 9, 2009 Where can I find how to edit the info header boxes. I want to insert a background image on the top line and the info boxes. Need to know where and what the code should look like... I have the image in the backgrounds folder...... thank you, brad Link to comment Share on other sites More sharing options...
eStore B Posted February 9, 2009 Author Share Posted February 9, 2009 anyone please Link to comment Share on other sites More sharing options...
Hotclutch Posted February 9, 2009 Share Posted February 9, 2009 anyone please In your stylesheet This: TD.infoBoxHeading { font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; background: #ffffff; color: #ffffff; } Becomes: TD.infoBoxHeading { font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; /*background: #ffffff;*/ background-image: url('images/YOUR_IMAGE.jpg'); color: #ffffff; } Link to comment Share on other sites More sharing options...
eStore B Posted February 9, 2009 Author Share Posted February 9, 2009 thank you.... If I insert as a background.....will the text links show thru...? (Top Catalog My Account Cart Contents Checkout) thks, brad Link to comment Share on other sites More sharing options...
Hotclutch Posted February 10, 2009 Share Posted February 10, 2009 thank you....If I insert as a background.....will the text links show thru...? (Top Catalog My Account Cart Contents Checkout) thks, brad I think you are now talking about the header navigation background, which is different to the infobox header background, although the same applies. And yes the text links will show through, just make sure the contrast is right eg. white text on black background or vice versa. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.