Jump to content

How set background image in header


Recommended Posts

edit file:
http://shopname.com/themes/nametheme/css/global.css

image folder:
http://shopname.com/themes/nametheme/img/bigbg.jpg

body {
   background: #000000 url(../img/bigbg.jpg);
   background-repeat: norepeat top;
   background-attachment:fixed;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   color: #5d717e;
   text-align:center;
}



Have a nice day

Link to comment
Share on other sites

  • 6 months later...

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...