weasel69 Posted March 20, 2014 Share Posted March 20, 2014 How do I add a full page background to my shop? Link to comment Share on other sites More sharing options...
BlobMarket Posted March 21, 2014 Share Posted March 21, 2014 Hi, What do you want to do exactly ? Link to comment Share on other sites More sharing options...
weasel69 Posted March 23, 2014 Author Share Posted March 23, 2014 I would like to add a background that fills the whole page ... my shop then displays on top of that ... so instead of having white space both side of my shop, there would be an image Link to comment Share on other sites More sharing options...
BlobMarket Posted March 23, 2014 Share Posted March 23, 2014 (edited) Hi, You can do this easily by adding this in your css file. body { background-image: url("url/of/your/image.jpg"); } In this case you will have the same background on every pages of your shop. You can also decide to use a module like Ultimate Background : http://code.blobmarket.com/en/item/ultimate-background/33/ With it you will be able to easily manage your backgrounds and animate your shop. It allows you to: set a default background for your shop define a different background for each of your languages define a different background for each of your categories define a different background for each of your manufacturers define a different background for each of your brands Edited March 23, 2014 by BlobMarket (see edit history) Link to comment Share on other sites More sharing options...
weasel69 Posted March 23, 2014 Author Share Posted March 23, 2014 Maybe a dumb question, but which CSS file do I add that to? Link to comment Share on other sites More sharing options...
BlobMarket Posted March 23, 2014 Share Posted March 23, 2014 For this kind of configurations, the best file would be themes/your_theme/css/global.css It surely already contains a body { } Just put the code in it. 1 Link to comment Share on other sites More sharing options...
weasel69 Posted March 23, 2014 Author Share Posted March 23, 2014 Thanks Link to comment Share on other sites More sharing options...
weasel69 Posted March 24, 2014 Author Share Posted March 24, 2014 Doesnt seem to work Link to comment Share on other sites More sharing options...
BlobMarket Posted March 24, 2014 Share Posted March 24, 2014 What is your code ? I can't see it in your global.css Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now