I am in process of making a new store with 1.3.5. I was able to edit the footer color in 1.27d. But I can't seem to wrap my mind around this CSS yet. I do have web developer on Firefox and have done many trials. I thought I had a choice in CSS on 1.27, but this is differant.
I put a BBB logo and my own small logo in-
/public_html/newshop/includes/languages/my_template/english.php
Line #15 : define('FOOTER_TEXT_BODY', 'Copyright ©....
and this was a success, but it pulled down the background color for the main shop behind it.
I would like to have the colors on sides same as on footer or bottom behind the logos and copyright.
This is what I have now for testing side backgound-
and testing for the store background-Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-color: #6495ED; }
How may I adjust the footer color to be defined?Code:#mainWrapper { background-color: #FFE4C4; text-align: left; width: 750px; vertical-align: top; border: 1px solid #9a9a9a; }
I assume this would or should be only a stylesheet.css change.



