๐Ÿ› Rome, a theme inspired by ancient roman manuscripts

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;
}
Extra Details
  • 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. :+1:

2 Likes