Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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.