My CSS is pretty basic, but you can add a theme component to do that.
If you paste this into the Common tab of a new component that should do it:
.topic-list .topic-list-item .main-link .link-bottom-line .views{
display: none;
}
.topic-list .topic-list-item .main-link .link-bottom-line .badge-posts {
display: none;
}
تفاصيل إضافية
- Go to
/admin/customize/themes - Click on install and then create new
- Give it a name, and select ‘component’.
- Create
- Add it to your theme
- Click on the Edit CSS/HTML button and paste this into the Common tab:
.topic-list .topic-list-item .main-link .link-bottom-line .views{
display: none;
}
.topic-list .topic-list-item .main-link .link-bottom-line .badge-posts {
display: none;
}
And save. ![]()