Jump to content

How can I add/edit the background image of my website?


Recommended Posts

Hi, you must edit your global.css file and add a newbakground in the body element.

Actually, you have http://www.cornerstonegifts.net/themes/PRS040096/img/bkg_bg.jpg, change this pics.


body {
    background: url("http://www.cornerstonegifts.net/themes/PRS040096/img/bkg_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #444444;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
  • Like 1
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...