Hi folks,
I'm trying to figure out how to set a link to have an active state in CMS Made Simple's menu system.
I've got the CSS menu working no problem but this is the only sticking point, any pointers?
Both menu's are working at http://www.presgirlsmaynooth.ie/our-school.html
Thanks!
Active links in menu
Re: Active links in menu
It helps if you look at the page source view so you can find what you need to target, your css is set for li.active and the menu sets it as li.menuactive...
BTW you are using the same menu template for 2 menus on the same page, not a good idea as it has and ID needs to be unique per item, class can be used many times over but not ID...
BTW you are using the same menu template for 2 menus on the same page, not a good idea as it has and ID needs to be unique per item, class can be used many times over but not ID...