Change Footer Colour

GK User
Sat May 28, 2011 9:26 am
Hi guys,

How do you change the footer colour of penguin mail? I want it like you guys have it in the forum (scroll down). The background should be black and the links should be white.

Thanks.
User avatar
Fresh Boarder

GK User
Sat May 28, 2011 4:23 pm
Open the override.css and add the following line.

Code: Select all
.darkbottom { background: #000; }


Then open the templates/gk_penguinmail/layouts/default.php

find the
Code: Select all
<?php $this->loadBlock('botsl') ?>
at the end of the file and before that line add this.
Code: Select all
<div id="bottom" class="darkbottom">


Don't forget to close the div tag just before the </body> and of course to enable the override.css use in the backend.

Also you have to remember that everytime an update is out from Gavick team, you MUST be careful with changing the default.php.
;)
User avatar
Expert Boarder

GK User
Sat May 28, 2011 5:09 pm
Thanks TaDrik! Worked. How do i increase the height between the footer main topics and the border?
User avatar
Fresh Boarder

teitbite
Sun Jun 05, 2011 8:58 am
Hi

You can add this class to override.css (remember to allow using it in template parameters) and play with the margin value:

Code: Select all
#gk-botsl1, #gk-botsl2 {
    margin: 23px auto 0;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.