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.
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.*/ }
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.*/ }
Thank you so much i just had to add the color and i got it. I appreciate it!
Glad to know that. Feel free to message us for any further concerns