Shopping Cart Operations > Tips and Tricks
Changing background color, template 2.
(1/1)
satyr616:
Hi,
I'm sure this may sound like a very simple question to many ..
How do you change the background color of your template / storefront?
I'm using the free template 2.
I've tried editing the stylesheet CSS, to make it black using background-color:#000000; .. but this does not seem to work. Would anyone be able to tell me the exact file location I should go to and the edits that need to be made?
Thanks
abantecart:
Additional templates are working as extensions and all files related to template are located in extension or extensions/template2 in case of template 2
You can locate CSS file in: extensions/template2/storefront/view/template2/stylesheet/stylesheet.css
To edit background locate and edit:
--- Code: ---body {
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
font: 12px Tahoma,Arial,Helvetica;
margin: 0;
padding: 0;
}
--- End code ---
Navigation
[0] Message Index
Go to full version