Change color of the footer

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jan 14, 2014 10:45 am
Reply with quote
Report this post
How can I change the color of the footer?
User avatar
Fresh Boarder

GK User
Tue Jan 14, 2014 11:06 am
Reply with quote
Report this post
User avatar
Platinum Boarder

GK User
Tue Jan 14, 2014 11:35 am
Reply with quote
Report this post
Thanks, but I would like to make a footer like http://www.izettle.com/ but i can't find the css class with Firebug, where i can change the color.
User avatar
Fresh Boarder

GK User
Tue Jan 14, 2014 6:13 pm
Reply with quote
Report this post
You thought about background color and font color, yes?

Code: Select all
#gkFooter {
    background: none repeat scroll 0 0 #3F535E;
    border-top: 0px;
    color: #FFFFFF; }

#gkFooterNav a { color: #FFFFFF; font-weight: bold;}
#gkCopyrights, #gkCopyrights a { color: #95BAC6; }


Where to use Custom CSS, read here: https://www.gavick.com/documentation/jo ... -template/
This should help you, remember that in general we don't help in customizations. But if you need them - use PM.
User avatar
Platinum Boarder

GK User
Tue Jan 14, 2014 10:11 pm
Reply with quote
Report this post
Thank you very much :D
User avatar
Fresh Boarder


cron