How to "highlight" active article in help center | Community
Skip to main content

How to "highlight" active article in help center

  • September 29, 2023
  • 1 reply
  • 0 views

Katie19

I'm looking for help with the best way to modify our help center template so that the title of the article in our left-hand view is "highlighted" based on if the user is reading that current article. Currently, the sections and categories change color based on where the user is, but not the active article's title. Anyone find a good way to update the template's css or js to do this? 

1 reply

Vladan
  • September 30, 2023

Hey Katie, this should be what you are looking for. Using this liquid HTML, you can easily add a class to the current article from a list.

class="{{#is id ../article.id}}current-article{{/is}}"