NewUser
NewUser

Reputation: 13323

changin style of active status of CMenu in Yii

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

Answers (1)

k to the z
k to the z

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

Related Questions