paneerwala.com Posted November 18, 2013 Share Posted November 18, 2013 Hi, 1) I want to change my site's background colour from white to Blue or some other color. Can someone please help me with it? 2) Can I also put widespread image as backgound on site? Thank you, my site link for refference: www.paneerwala.com Link to comment Share on other sites More sharing options...
indus Posted November 18, 2013 Share Posted November 18, 2013 (edited) Hi You will find this in the global.css file inside your theme folder. It will be under the #body section. Use a tool like firebug to edit in real time before making any changes to the file itself. Read this post : http://www.prestashop.com/forums/topic/225206-solved-how-to-add-a-background-image-ps-1531/ Edited November 18, 2013 by indus (see edit history) Link to comment Share on other sites More sharing options...
paneerwala.com Posted November 18, 2013 Author Share Posted November 18, 2013 Hi, thanks for your reply. I changed the global.css from themes folder as below body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff url(http://www.fatcow.com/controlpanel/FileManager/prestashop/themes/default/img/background.jpg) after making changes I added the image "background.jpg" Now I checked the site though its unchanged. Any guess what's wrong? Link to comment Share on other sites More sharing options...
vekia Posted November 18, 2013 Share Posted November 18, 2013 Hi, thanks for your reply. I changed the global.css from themes folder as below body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff url(http://www.fatcow.com/controlpanel/FileManager/prestashop/themes/default/img/background.jpg) after making changes I added the image "background.jpg" Now I checked the site though its unchanged. Any guess what's wrong? your urls is wrong. you need to paste url to image but based on your domain, not on fatcow url domain. something like: http://yourdomain.com / themes / default / img / background.jpg Link to comment Share on other sites More sharing options...
paneerwala.com Posted November 19, 2013 Author Share Posted November 19, 2013 Yes, I changed the link and now it is working. Thank you! Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2013 Share Posted November 19, 2013 glad to hear that i could help a little i marked this topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts