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
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
climbngo wrote:Hi mate, http://www.markcolbourne.com
.gkMenu > ul > li > a
{
color: #626262;
display: block;
height: 54px;
line-height: 55px;
margin: 0;
padding: 0 12px;
}
.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;
}