firstforward Posted October 13, 2012 Share Posted October 13, 2012 I can change the background in Version 1.47, but how do I configure it so the background image only shows at the sides of the shop, I need to do this as it is interfering with the shop text itself. I have searched but cannot find the solution. Link to comment Share on other sites More sharing options...
yewster Posted October 13, 2012 Share Posted October 13, 2012 Can you post a link to your page? Link to comment Share on other sites More sharing options...
firstforward Posted October 13, 2012 Author Share Posted October 13, 2012 Can you post a link to your page? I just PM'd you Link to comment Share on other sites More sharing options...
yewster Posted October 13, 2012 Share Posted October 13, 2012 I just PM'd you Easy. Open your global.css from the directory "theme" -> "prestashop" -> "css" Find the file global.css Edit line 211 where you can see: #page { width: 980px; margin: 0 auto 2px auto; text-align: left; } Insert "background:white;" so it is now... #page { background:white; width: 980px; margin: 0 auto 2px auto; text-align: left; } And Done! Good luck! Pm me if you have further problem. 1 Link to comment Share on other sites More sharing options...
firstforward Posted October 13, 2012 Author Share Posted October 13, 2012 Easy. Open your global.css from the directory "theme" -> "prestashop" -> "css" Find the file global.css Edit line 211 where you can see: #page { width: 980px; margin: 0 auto 2px auto; text-align: left; } Insert "background:white;" so it is now... #page { background:white; width: 980px; margin: 0 auto 2px auto; text-align: left; } And Done! Good luck! Pm me if you have further problem. You are a star, Thank you for coming back to me so quickly. Link to comment Share on other sites More sharing options...
yewster Posted October 14, 2012 Share Posted October 14, 2012 No prob, i see that you still haven't made the changes yet. Link to comment Share on other sites More sharing options...
Recommended Posts