Skip to main content

CSS: How to make the new sticky topic display disappear for all screen sizes

With a bit of CSS you can make the new sticky topic display disappear for all screen sizes.

To make the new sticky header disappear copy the following into your Display Settings > Custom CSS box

/* hide the new sticky header from view for all screen sizes */
.forum-topic-sticky-header.fixed:not(.dont-hide-sticky-header)
{ display: none !important; }
Dave Dreezer
Last edited by Brian Lenz
Original Post
×
×
×