Music Free header and footer bar Color Change

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Sep 28, 2012 2:00 pm
Hi,

Have looked but not found where I can change the header and footer bar color in Music free template.
Also the color of the Your accout text in the headerbar.

Can anyone help please.
Thanks,
johnnypict
User avatar
Expert Boarder

Konrad M
Fri Sep 28, 2012 2:07 pm
Hi,
please try add to override.css
Code: Select all
 #gkPageTop {
background: #222 !important;
}

#gkFooter {
background: #222 !important;
}

and set own color values for both. Remember to enable override.css option in template settings.
User avatar

GK User
Fri Sep 28, 2012 2:27 pm
Great that worked.
Any idea how to change the color of the padlock and the text color where it says your account.

Thanks or your help.

johnnypict
User avatar
Expert Boarder

Konrad M
Fri Sep 28, 2012 3:03 pm
Padlock is image so you need edit it. To change text color please try add
Code: Select all
#gkUserLinks a {
color:#ffffff;
}

and set your own color value.
User avatar

GK User
Fri Sep 28, 2012 4:06 pm
Excellent. Thanks for your help Konrad :)
User avatar
Expert Boarder


cron