The Custom CSS cannot override on Topic List Previews Plugin

We like the 'Topic List Previews ’ plugin, but we want to hide the posters, reviews and replies. We add the custom CSS . The title can be hidden, but the posters, reviews and replies cannot be hidden.

How the Custom CSS can override on Topic List Previews Plugin?

Custom CSS:

.topic-list .posts, .topic-list .views, .topic-list .posters, .topic-list .title, .topic-list .activity {
display:none;
}

Our web: Amazon Discount

Hi Robert, Thank you for taking time for see this issue.

.topic-list .topic-meta, .topic-list .topic-title, .topic-list .topic-users, .topic-list .activity {
    display:none;
}

It seems wrong class name

2 Likes

It worked.
Thank you very much , Bcat. Have a nice day.

3 Likes

Thanks @Bcat.

In addition to Bcat’s solution you can also consider overriding the topic-list-item.hbr template in a Theme Component.

5 Likes

[PAID] Topic custom fields plugin - #3 by mbcahyono Also you can refer to this for the construction of the above coupon site discourse

2 Likes