How to change the footer font color

GK User
Mon Feb 20, 2012 10:56 am
Hey Guys

Just want to change my footer (copyright txt and so on...) color to white.

http://www.luxvisor.com

How can I do that?

Best rgds

Roger
User avatar
Junior Boarder

GK User
Mon Feb 20, 2012 11:17 am
Please use this code in override.css file :

Code: Select all
#gkCopyrights span,
#gkFooterWrap a {color: #fff}
User avatar
Platinum Boarder

GK User
Mon Feb 20, 2012 12:29 pm
Just done, but it is not really working... :-)
User avatar
Junior Boarder

GK User
Mon Feb 20, 2012 12:50 pm
Just checking your override.css file and i cannot see that you have entered anything in there. Can you please try @bkrztuk suggestion again.

Your override.css file located.
Code: Select all
/templates/gk_twn2/css/override.css


See you around...
User avatar
Platinum Boarder

GK User
Mon Feb 20, 2012 1:01 pm
Hi Norman

Pls see here my override.css code file. It is already uploaded.

Code: Select all
/*

#------------------------------------------------------------------------

# The World News II - July 2011 template (for Joomla 1.6/1.7)

#

# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.

# License: Copyrighted Commercial Software

# Website: http://www.gavick.com

# Support: [email protected]

*/



/* Here you can include your override CSS styles */





a:hover {

   text-decoration: underline!important;

}

#gkCopyrights span,
#gkFooterWrap a {color: #fff}
User avatar
Junior Boarder

GK User
Mon Feb 20, 2012 1:23 pm
If you open below url you can see either you have either edited wrong file or you haven't uploaded your edited file.

Code: Select all
http://www.luxvisor.com/templates/gk_twn2/css/override.css


See you around...
User avatar
Platinum Boarder

GK User
Mon Feb 20, 2012 1:41 pm
Dear Norman

Ah I see... just had a malfunction within my ftp client. :-) Now it is working.

How can I change the alternate color? I not really want one during mouse over. Just underlining the text. :-)

Best rgds

Roger
User avatar
Junior Boarder

GK User
Mon Feb 20, 2012 2:15 pm
Your final code in override.css should be like this.
Code: Select all
#gkCopyrights span,
#gkFooterWrap a { color: #fff; }
#gkFooterWrap a:hover { color: #fff; text-decoration:underline; }


See you around...
User avatar
Platinum Boarder


cron