change the color of the footer

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
Mon Sep 15, 2014 1:27 pm
Reply with quote
Report this post
Hello
I have problem with a footer, I tried to change the color of the footer, but I can not get rid of the dark blue bar.
Here's the code I used:
#gkFooter {
background: none repeat scroll 0 0 #68b5ff;
border-top: 1px solid #68b5ff;
color: #d9ecff;
max-height: 95px;}
User avatar
Senior Boarder

GK User
Mon Sep 15, 2014 5:38 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Sep 16, 2014 7:37 am
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Tue Sep 16, 2014 3:48 pm
Reply with quote
Report this post
This dark blue bar that is seen on the screen shows because html background element is configured this way:
Code: Select all
html {
background: #4693dd;
}

You can use override.css to change this background colour.
User avatar
Moderator


cron