Change footer background color?

AppsPro Tech - Quickly create elegant website with this app WordPress theme.
GK User
Thu Feb 13, 2014 10:11 am
Hello,

How can I change the footer background color (from white to grey)?

Thanks in adv.
User avatar
Junior Boarder

GK User
Thu Feb 13, 2014 11:08 am
You would need to add this lines to override.css:
Code: Select all
body, #gk-footer {background: #bbb;}
#gk-footer {background-image: none;}

Change #bbb to your taste,

Also you would need to edit this image:
wp-content/themes/AppsProTech/images/style1/footer_bg.png
and change its colour to fit the colour of the "triangles" to chosen colour.
User avatar
Moderator

GK User
Thu Feb 13, 2014 11:32 am
Thanks so much!
User avatar
Junior Boarder


cron