AmzDis
(AmzDis)
20 يناير 2021، 7:53ص
1
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
AmzDis
(AmzDis)
20 يناير 2021، 7:54ص
2
Hi Robert, Thank you for taking time for see this issue.
Bcat
(Bcat)
20 يناير 2021، 9:04ص
3
.topic-list .topic-meta, .topic-list .topic-title, .topic-list .topic-users, .topic-list .activity {
display:none;
}
It seems wrong class name
إعجابَين (2)
AmzDis
(AmzDis)
20 يناير 2021، 9:21ص
4
It worked.
Thank you very much , Bcat. Have a nice day.
3 إعجابات
Thanks @Bcat .
In addition to Bcat’s solution you can also consider overriding the topic-list-item.hbr
template in a Theme Component.
5 إعجابات
Bcat
(Bcat)
21 يناير 2021، 1:29ص
6
[PAID] Topic custom fields plugin - #3 by mbcahyono Also you can refer to this for the construction of the above coupon site discourse
إعجابَين (2)