Ayojewel Posted March 25, 2014 Share Posted March 25, 2014 Hello Please how do i change the background color of prestashop 1.5, and possibly add an image to it. I'm a newbie, so i'll need to know the exact location if it's in the css files. Thanks Link to comment Share on other sites More sharing options...
musicmaster Posted March 25, 2014 Share Posted March 25, 2014 www.myshop.com/themes/yourtheme/css/global.css. Inside this file you will find the body tag (in my theme at about line 50). For my theme this looks as follows: body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background: url("../img/headerbgmain.png") repeat-x scroll center 0 #a2000c } Link to comment Share on other sites More sharing options...
Recommended Posts