Newer Version Available
CSS Overrides Migration for Trending Articles by Topic Component
Some CSS selectors for the Trending Articles by Topic component changed with the
Lightning communities update. If you plan to continue using custom CSS overrides, migrate them
forward after you update the template.
This topic identifies selector changes.
Full Trending Articles
| Previous Selector | New Selector |
|---|---|
|
.selfServiceTopicTrendingArticles .base-items .uiAbstractList .selfServiceBaseSimpleItems |
.comm-topic-trending-articles |
Component Title
| Previous Selector | New Selector |
|---|---|
|
.selfServiceTopicTrendingArticles
h2 .selfServiceTopicTrendingArticles .base-items-header |
.comm-topic-trending-articles h2 |
Article List
| Previous Selector | New Selector |
|---|---|
|
.selfServiceTopicTrendingArticles
ul .selfServiceTopicTrendingArticles .base-items |
.comm-topic-trending-articles ul |
Article List Items
| Previous Selector | New Selector |
|---|---|
| .selfServiceTopicTrendingArticles .base-simple-item | .comm-topic-trending-articles li |
|
.selfServiceTopicTrendingArticles .base-simple-item .comm-topic-trending-articles li |
.comm-topic-trending-articles .comm-topic-trending-articles__item |
Article Links
| Previous Selector | New Selector |
|---|---|
|
.selfServiceTopicTrendingArticles
.item-title-link .selfServiceTopicTrendingArticles a |
.comm-topic-trending-articles li a |
|
.selfServiceTopicTrendingArticles .item-title-link .selfServiceTopicTrendingArticles a .comm-topic-trending-articles li a |
.comm-topic-trending-articles .comm-topic-trending-articles__item a |