yeah i already know how to find the id i only want Page 1 a certain colour whilst in Page 3 so it doesnt mess up my gradient menu
anymore help please
i have finaly resolved this issue for anyone else with this issue my answer was:
#header-menu > li.current-menu-ancestor {
background: #0B479D;
}
and the entire thing looks like:
#nav li a {color: #FFFFFF}
#nav li a:hover {background: #0B479D; color: #FFFFFF}
#nav ul li.current_page_item {background: #0B479D;}
#nav ul li.current_page_parent {background: #0B479D;}
#header-menu > li:hover,
#header-menu > li.current-menu-item,
#header-menu > li.current-menu-ancestor {
background: #0B479D;
}
#menu-item-462:hover {
background: #0B479D !important;
}
Plus thanks to everyone who helped and mainly Prasanna who helped me a lot of the way you are a very helpful/knowledgeable man
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.