Jump to content

How to change the background color of prestashop 1.5


Recommended Posts

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

×
×
  • Create New...