How to remove title above disscussions..?
How to remove the site title and DIV.PageControls.Top tag above the disscussions..?
in vanilla 2.1
Tagged:
0
Best Answer
-
hgtonight MVP
The common way to remove elements is to just hide them through CSS.
.Discussions .PageControls.Top { display: none; } .Discussions .ContentColumn > h1.H { display: none; } .Discussions .ContentColumn > .PageDescription { display: none; }
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
7
Answers
The common way to remove elements is to just hide them through CSS.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.