hi i was wandering if anyone could tell me how to change the background so it isn't the plain white colour?
also refering to my previous post how to retrive the comments sent through the contact us feture on the site
thanks, Amit
First, find these two files (opencartdirectory\catalog\template\default\css\default.css) and (opencartdirectory\catalog\template\default\image\background.png)
Open the default.css with your favorite editor and find the line
and modify it to
Change #000000 to what ever color your heart desires.
Next, open up background.png in an image editor and make it match your new background color and your done
-JO
Open the default.css with your favorite editor and find the line
Code: Select all
background: url('../image/background.png') top repeat-x;
Code: Select all
background: #000000 url('../image/background.png') top repeat-x;
Next, open up background.png in an image editor and make it match your new background color and your done

-JO
If you make it idiot proof, they will just build a better idiot.
Who is online
Users browsing this forum: No registered users and 5 guests