Jump to content

[Solved] Background


Recommended Posts

Topic moved

Just add create a gradient background image, put it in the img directory in your theme, then set it as the background for the body element in css/global.css in your theme. Change:

body {
  background-color: white;



to:

body {
  background: url('../img/yourbgimage.jpg') repeat-x;



Change yourbgimage.jpg to the image filename. Use repeat-x if the gradient is a vertical gradient.

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