cancel
Showing results for 
Search instead for 
Did you mean: 

keeping active tab highlighted on menu

SOLVED

keeping active tab highlighted on menu

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.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: keeping active tab highlighted on menu

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.*/
}
Query solved? Accept as Solution.Thanks
Eric Baily

View solution in original post

3 REPLIES 3

Re: keeping active tab highlighted on menu

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.*/
}
Query solved? Accept as Solution.Thanks
Eric Baily

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!

Re: keeping active tab highlighted on menu

Glad to know that. Feel free to message us for any further concerns Smiley Happy

Query solved? Accept as Solution.Thanks
Eric Baily