Changing menu background color and bottom color

GK User
Thu Feb 21, 2013 7:21 pm
Hello,

Where i can (or how) change the color of menu background (from black to purple for example); and how can i change the bottom line (where is Template Design © Joomla Templates | GavickPro. All rights reserved )

Thank you !!!
User avatar
Fresh Boarder

GK User
Thu Feb 21, 2013 7:59 pm
Hi, you are searching this line:
Code: Select all
#gkMainMenu > div > ul > li:hover,#gkMainMenu > div > ul > li:active,#gkMainMenu > div > ul > li:focus {
   background: #101010;
}


You'll find in this file: gk_game_magazine\css\menu.css

#101010 - is almost black

This tool will help you find new color: http://www.2createawebsite.com/build/he ... olorscheme
or this: http://www.color-hex.com/

You have to change hex color and save changes!

#7a24db - purple :D
User avatar
Platinum Boarder

GK User
Thu Feb 21, 2013 8:07 pm
COPYRIGHT
Go to Gavick Template Configuration (Template Manager: Edit Style) , and click on "Feature" tab:
1) Framework logo at the bottom [OFF] - if you don't need our logo on the bottom
2) Copyright - here is place for your copyright info

SAVE button
User avatar
Platinum Boarder

GK User
Thu Feb 21, 2013 8:42 pm
Thank you very much i have changed the color in menu.
You are great ! :)

the second one - i do not want to change copyright or things i want to change also the color as in menu for that area.

Thank you in advance!
User avatar
Fresh Boarder

GK User
Fri Feb 22, 2013 10:49 am
Thank you very much i have changed the color in menu.
You are great !

the second one - i do not want to change copyright or things i want to change also the color as in menu for that area.

Thank you in advance!


pfrankowski wrote:COPYRIGHT
Go to Gavick Template Configuration (Template Manager: Edit Style) , and click on "Feature" tab:
1) Framework logo at the bottom [OFF] - if you don't need our logo on the bottom
2) Copyright - here is place for your copyright info

SAVE button
User avatar
Fresh Boarder


cron