change the menu colour.

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Feb 04, 2013 7:13 pm
Reply with quote
Report this post
hi guys i cant seen to find where i can change the menu colour and the hover colour,

can someone tell me where it is please.

thanks
dai
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 9:19 pm
Reply with quote
Report this post
climbngo wrote:hi guys i cant seen to find where i can change the menu colour and the hover colour, can someone tell me where it is please. thanks
dai


Let see your site friend..... send url....
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 9:30 pm
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Mon Feb 04, 2013 9:48 pm
Reply with quote
Report this post
climbngo wrote:Hi mate, http://www.markcolbourne.com


In template settings, enable overide.css
set this code in overide.css and lets change:

Play a bit with colors for menu.....
Code: Select all
.gkMenu > ul > li > a
{
  color: #626262;
  display: block;
  height: 54px;
  line-height: 55px;
  margin: 0;
  padding: 0 12px;
}

Code: Select all
.gkMenu > ul > li:hover > a, .gkMenu > ul > li:active > a, .gkMenu > ul > li:focus > a, .gkMenu > ul > li.active:hover > a, .gkMenu > ul > li.active:active > a, .gkMenu > ul > li.active:focus > a, .gkMenu > ul > li.active > a
{
  color: #ffffff;
}
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 10:14 pm
Reply with quote
Report this post
hi mate thankyou very much, job done.

cheers
david
User avatar
Senior Boarder


cron