Show pinned posts as title only?

The pinned topics eat too much vertical space. On my mobile devices all I can see without scrolling in a category is 1-2 pinned topics, as the first paragraph is shown on the topic list.

Is there a way to reduce the pinned topics as title only in the topic list views, especially for mobile? I think this should be default behavior.

1 Like

Admin -> Customize -> CSS/HTML

Mobile CSS:

.topic-list {
     .topic-excerpt {
        display: none;
    }
}
5 Likes