Jump to content

(SOLVED)


Recommended Posts

Hello,

I have the a problem. Take a look at my site http://www.echtemerken.nl

My background is everywhere brown. I would like to have a picture in the background on the left and rightside of my shop. like it has been done on this site: http://www.voetbabbel.nl In the middle i would like to leave the color brown.

Can anyone help me with this?

Thank you so much!

Gr stephanie

Link to comment
Share on other sites

For background image change this code

body {
background-color:#9D7D3D;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:12px;
text-align:center;
}


in global.css (line 21) to

body {
background:url("../img/bg.jpg") ;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:12px;
text-align:center;
}


where bg.jpg is in your theme img folder and use background position repeat and color see here

Link to comment
Share on other sites

body {
background-image:url(../IMG/WoodstockBoots.jpg);
font-size: 10px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #000000;
text-align:center;
background-attachment:fixed;
background-clip:initial;
background-origin:initial;
background-position:50% 0;
background-repeat:no-repeat no-repeat;
height:100%;


When i try to put this image in css I doesnt work and i only get the standard question marks as a
background in my shop. Does anyone know what i am doing wrong?
I uploaded the jpg to the img directory of my personal theme.

thanx! steffie

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...