Jump to content

change background on deafault prestashop theme


Recommended Posts

Look in themes/yourtheme/css/global.css

look for

/* global layout */

and under that you will see an entry like this and change it as indicated:

#page {
   width: 980px;
   margin: 0 auto 2px auto;
   text-align:left;
   background-image: url(/your root file/somebackground_image.jpg);



If I made that as clear as mud, ask me again :) LOL

  • Like 1
Link to comment
Share on other sites

well it did insert the background in the middle frame only going from the left module panel to the right module panel. But on the right and left side of the site, there are 2 long vertical white stripes that did not integrate the background image.

How to you insert the background in the right and left panels?

Link to comment
Share on other sites

When I put my background image in like I showed you, it covered the entire area. Make sure you make your image large enough for whatever default resolution you think your customers are using? Maybe that's it. Otherwise I'm at a loss for why it didn't work.

Link to comment
Share on other sites

  • 6 months later...

it should work well using the lines as shown by bykrmom. The only possible reason why you didnt see the background image on the left and right column is because these blocks in the columns are controlled by a different set of background color code. Look up the columns color codes and change the background color by inserting the background image you want to use.

Link to comment
Share on other sites

  • 2 years 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...