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
#gkCopyrights span,
#gkFooterWrap a {color: #fff}
/templates/gk_twn2/css/override.css
/*
#------------------------------------------------------------------------
# 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}
http://www.luxvisor.com/templates/gk_twn2/css/override.css
#gkCopyrights span,
#gkFooterWrap a { color: #fff; }
#gkFooterWrap a:hover { color: #fff; text-decoration:underline; }