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.
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.
-
- Fresh Boarder
- GK User
- Sat May 28, 2011 4:23 pm
Open the override.css and add the following line.
Then open the templates/gk_penguinmail/layouts/default.php
find the
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.
- Code: Select all
.darkbottom { background: #000; }
Then open the templates/gk_penguinmail/layouts/default.php
find the
- Code: Select all
<?php $this->loadBlock('botsl') ?>
- 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.
-
- 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?
-
- 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:
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;
}
-
- Moderator
4 posts
• Page 1 of 1