Change footer background color

GK User
Thu Jul 11, 2013 2:00 am
Hi,

I'm using Game magazine template with joomla 3.1. How do I change the background color of footer from black to something else?

Thank you.
User avatar
Senior Boarder

GK User
Thu Jul 11, 2013 4:06 am
Following css selector is the whole black color including bottom modules as currently footer does not have any color specified.

Code: Select all
#gkBottomWrap { background: #101010;}

If you only want to assign a color to footer only use below. Change #FFFFFF
Code: Select all
#gkFooter { background: #FFFFFF;}


You can add css code to css/override.css file located in template folder and enable css override option in template settings > advanced settings > css override "on".

See you around...
User avatar
Platinum Boarder


cron