- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I'm wondering if someone can please help me figure this out. I recently installed an extension that allows me to customize the menu. However I'm having difficulties trying to keep the active tab highlighted on menu when its clicked on.
Please take a look at my website www.legitikeys.com . As you can see once you click on a tab in the menu it doesnt stay highlighted. if you have any comments or suggestions please let me know thank you.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Goto Magento Root directory's path: /skin/frontend/base/default/css/webandpeople/custommenu/custommenu.css
Edit the file and add the below css in custommenu.css file.
#custommenu .menu .act { border: 1px solid red; /* You can use the another css context here.*/ }
Eric Baily
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Goto Magento Root directory's path: /skin/frontend/base/default/css/webandpeople/custommenu/custommenu.css
Edit the file and add the below css in custommenu.css file.
#custommenu .menu .act { border: 1px solid red; /* You can use the another css context here.*/ }
Eric Baily
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: keeping active tab highlighted on menu
Thank you so much i just had to add the color and i got it. I appreciate it!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: keeping active tab highlighted on menu
Glad to know that. Feel free to message us for any further concerns
Eric Baily