mzuern Posted March 18, 2011 Share Posted March 18, 2011 hello all together; I've downloaded yesterday the new version of prestashop 1.4.0.17 .. it seems nice done. Thanks to the people from prestashop!Now I try to insert a background-image, which fills up the total background and resize the total site automatically to the desktop size of the end user.Please don't take care about my size changes (screenshot) in the left and right column, this and the transparency is not ready until know.In my attached screenshot you'll see that I got the background-image inside but I don't know how to write correct into the global-css (themes) to get my ideas work. css-change until now: Line 209. /* global layout */#page {background: transparent url('../img/bg.png') no-repeat scroll center; width: 880px; margin: 0 auto 2px auto; text-align: left;}Anybody out there who now how to do it? Thanks in advance! Link to comment Share on other sites More sharing options...
DFW Products Posted April 9, 2011 Share Posted April 9, 2011 I am also trying to get a scallable image to the front office. I have an image but it will not scale to the end user, simply comes up to the left/top normal size.my global.css body { background: url('../img/leather_background.jpg'); background-size: 100%; background-repeat:no-repeat; background-attachment:fixed; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center} Link to comment Share on other sites More sharing options...
plorenti Posted May 3, 2011 Share Posted May 3, 2011 Do not know if this will help, but on my site, I put this in the global.css to have a background image that does not change if I change the window size.I hope you find it useful.Greetings body { background-color: white; background-image:url(../img/fondocustom.jpg); background-position:top; background-repeat:no-repeat; size: landscape; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } PD:Translate from spanish with Google Link to comment Share on other sites More sharing options...
Dhen Bagoez Posted May 4, 2011 Share Posted May 4, 2011 I don't know is it a true.but it's works well in my store body { background: #ff00ff url('../img/background.jpg') no-repeat top left; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #dcdcdc; text-align: center } Link to comment Share on other sites More sharing options...
DFW Products Posted May 4, 2011 Share Posted May 4, 2011 Thank You both for your replies Link to comment Share on other sites More sharing options...
briannamur5681 Posted May 24, 2011 Share Posted May 24, 2011 Do not know if this will help, but on my site, I put this in the global.css to have a background image that does not change if I change the window size.I hope you find it useful.Greetingsbody { background-color: white; background-image:url(../img/fondocustom.jpg); background-position:top; background-repeat:no-repeat; size: landscape; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center } PD:Translate from spanish with Google This worked well on my site. Link to comment Share on other sites More sharing options...
DFW Products Posted May 24, 2011 Share Posted May 24, 2011 works well problems solved THANKS for all your help Link to comment Share on other sites More sharing options...
armadillo Posted August 31, 2011 Share Posted August 31, 2011 Hi, i want to add a background just on authentication.tpl, i find authentication.css but which code i have to add for background image? 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