View Single Post
  #1  
Old 08-14-2017, 11:06 PM
 
Aussie Pieter Aussie Pieter is offline
 

Newbie
  
Join Date: Aug 2017
Posts: 8
 

Default Active Menu Colour

Hi All.

Sorry to be a complete newbie but I am working on me menu in x-cart free 5.3.3.2 and have worked out how to change the hover over menu colours by using the below in my custom CSS but what I would like to achive is have the active page/menu highlighted

/* Top Menu Style */
/* Hover Colours */
.navbar-inverse .navbar-nav > li a:hover,
.navbar-inverse .navbar-nav > li a:focus {
color: #ffffff;
background-color: #1074BF;
}

I hope this makes sense?
here is a link to one page so you can see the hover working but would like the active page to be highlighted too

http://cheapmobilecpap.com.au/titration-study/

Regards
Pieter
__________________
X-Cart Free 5.3.3.2
Reply With Quote