最近搜索


没有最近搜索

How to "highlight" active article in help center

已回答


已于 2023年9月29日 发布

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? 


0

1

1 条评论

image avatar

Vlad

The Wise One - 2022Community Moderator

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}}"

0


请先登录再写评论。

找不到所需的内容?

新建帖子