Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Boxes add bg image


MEDIAZONE

Recommended Posts

Hello all

 

"This guy who owns this site is awsome and has offered me tons of help"

 

http://www.almatcomputers.co.uk/index.php?x=2

 

What im trying to find out is how do you get the boxes such as Featured products etc and category leftcolumn etc to display how he has them.

 

I persume they are bg images but im not sure and cant crack what the code should be for stylesheet can anyone assist?

 

I need to get my store up and running this weekend and this is the only stage in the design process i cant crack

 

Many Thanks

Many Thanks

 

Simon

Your Media Zone

 

Remember to ALWAYS BACKUP

Life is like box of chocs - You never know what your gonna get!

Do you feel lucky punk? Well do ya!

P-A-R-T WHY COS I GOTTA!

Link to comment
Share on other sites

In stylesheet.css find:

 

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #01903e;

color: #ffffff;

}

 

 

change background: #01903e; to:

 

background-image:

url('yourimage.jpg')

 

Note that #01903e is probably different than the background colour used for your shop, so don't get confused over this.

Experiment with locations. I am pretty sure infoboxheading is the right one for the heading of the info boxes (duh), but depending on where you want to place your background images, you might need to select a different location (and therefor different stylesheet definition).

Link to comment
Share on other sites

In stylesheet.css find:

 

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #01903e;

color: #ffffff;

}

change background: #01903e; to:

 

background-image:

url('yourimage.jpg')

 

Note that #01903e is probably different than the background colour used for your shop, so don't get confused over this.

Experiment with locations. I am pretty sure infoboxheading is the right one for the heading of the info boxes (duh), but depending on where you want to place your background images, you might need to select a different location (and therefor different stylesheet definition).

 

After Alot of tweaking and screwing pages up :) - Thank god we can backup!

 

I got it to work!

 

Many thanks i thought it was somthing easy just couldn't think what!

 

Now to add my 300,000 products zzzz

Many Thanks

 

Simon

Your Media Zone

 

Remember to ALWAYS BACKUP

Life is like box of chocs - You never know what your gonna get!

Do you feel lucky punk? Well do ya!

P-A-R-T WHY COS I GOTTA!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...