daviden Active member Apr 24, 2013 #1 Is it possible to hide the description for the forum when showing the threads? The text under "Diskussion" and above the page numbers that is.
Is it possible to hide the description for the forum when showing the threads? The text under "Diskussion" and above the page numbers that is.
Paul B XenForo moderator Staff member Apr 24, 2013 #2 EXTRA.css: Code: #pageDescription { display: none !important; } Try that. The !important declaration may not be required. Upvote 0 Downvote
EXTRA.css: Code: #pageDescription { display: none !important; } Try that. The !important declaration may not be required.
daviden Active member Apr 24, 2013 #3 Brogan said: EXTRA.css: Code: #pageDescription { display: none !important; } Try that. The !important declaration may not be required. Click to expand... Thanks! It worked. Upvote 0 Downvote
Brogan said: EXTRA.css: Code: #pageDescription { display: none !important; } Try that. The !important declaration may not be required. Click to expand... Thanks! It worked.