Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing bacground of info boxes


Guest

Recommended Posts

Posted

Is there a way I can change the background color (or add image) of the infoboxes on the right and left colum only? Whenever I do it in the stylesheet, it changes all the boxes.

Thanks

Posted

Edit either the left or right column and change the stylesheet code to a new name and then create matching entries in stylesheet.css

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted
Edit either the left or right column and change the stylesheet code to a new name and then create matching entries in stylesheet.css

Where are the stylesheet entries called out. I see a few in index page but not the ones like "TD.infoBoxHeading" and such, so I can attach it to the boxes.

Thanks

Posted
Where are the stylesheet entries called out. I see a few in index page but not the ones like "TD.infoBoxHeading" and such, so I can attach it to the boxes.

 

they're all defined in the catalog/stylesheet.css file.

Posted

i tried to change the background of the boxes, and this came out as a result:

12.jpg

can anyone give me a hand to get rid of the white color remaining?

Posted
i tried to change the background of the boxes, and this came out as a result:

12.jpg

can anyone give me a hand to get rid of the white color remaining?

in stylesheet.css find this code under

/* ------------------------------------------------- -------------------------------------------------------- */

body {padding:0; margin:0;}...............

 

.border1 { border-left:solid 1px #ffffff; border-right:solid 1px #ffffff; border-top:solid 4 px #ffffff;}change the... border-top:solid 4 px to 0 px......that should work.

Archived

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

×
×
  • Create New...