Change background color to image in 1.4?

jean08

No avatar

2008-05-13 21:57

Hello:

I have tried everything with no luck!

i want to edit the default.css to change the "grey background" to an image. Does anybody got a solution?

» Quick.Cart v1.x

jean08

Makaron

Avatar: Makaron

2008-05-14 07:53

Information about border od images is in the default.css here:
/* global photo display styles */
.photo{float:left;margin:2px 10px 10px 0;border:2px solid #bbb;}
The last value is the color of border, default color is "#bbb".

jean08

No avatar

2008-05-14 08:48

I belive i didnt explain so good what i ment.

idont meen the border around the picture.

I meen the background color which is by default grey, and if i want to replace the color with a picture (remove the grey background with a image instead)

I have found some global settings in the default.css so i successfully have change the color background, but i want to use an image instead. I have tried everything to replace the color to background-image instead with no luck.

jean08

Makaron

Avatar: Makaron

2008-05-14 18:35

Oh sorry I did a mistake when I was reading this. So if You want to change the "grey background" to an image You should change this line in default.css

body{padding:15px 0;font-family:VerdanaHelveticasans-serif;font-size:10px;text-align:center;background:#EDE8E2;color:#000;}


for example to:

body{padding:15px 0;font-family:VerdanaHelveticasans-serif;font-size:10px;text-align:center;background:url('img/file_name.gif');color:#000;}


One more time sorry for my mistake in reading :)

Back to top
about us | contact