ok, here is a tip:
1) Edit this file: gk_black_and_white\layouts\default.php
2) Find line 111, with :
- Code: Select all
<div id="footerWrap" class="gkWrap">
3) Change it to:
- Code: Select all
<div id="footerWrap" style="background-color:#C4C4C4;border-bottom:8px solid #E72E40">
you'll get this
changes.png
4) now delete red line from "#gkFooter"
5) And if you like change my background-color to
- Code: Select all
background: url("./images/BottomBg.png") repeat-x scroll 0 100% #c4c4c4;
I cut it for you (of course use better quality). I believe you will get it now.