add CSS class="active" to page it is on

Kristopher Maier asked on April 1, 2014 14:50

I am using the current highlight option but I would only like to make the current page and its original parents page link a certain color. it seems to be all or nothing and it would be nice if I could set things to display a little differently down the line as the user drills deeper.

here is the link I working in. http://www.enerconind.com/test/test-page-one/test-page-one---child/test-page-one---child--1-/test-page-one---child--1-.aspx

what would i need to do to create those other style classes in the back end?

Thanks

Recent Answers


Kristopher Maier answered on April 1, 2014 16:22

I used some jquery to handle it.

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on April 2, 2014 06:38

If you are using the CSS List Menu webpart (which it looks like you are) you can choose to show or hide the auto generated styles by checking/unchecking Render CSS classes. If using the auto-generated styles, each link (< a > tag has the style CMSListMenuLinkHighlighted applied to it. You should be able to style with that class.

You can also Highlight all items in path by checking/unchecking that box. This will put the highlighted class on the full path to the selected item.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.