Reputation: 13323
I want to change the style of active status of menu in Yii. I got the documents from yii but it is not so well written. Can someone please help me out for this. Anyhelp will be highly appriciable.
Upvotes: 0
Views: 880
Reputation: 3185
Change your main.css file. You should find a section like:
#mainmenu ul li a:hover, #mainmenu ul li.active a
{
//make it look how you want here
}
Upvotes: 1