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 hide views and comment
lucus78
New
Hi,
I bet there is an easy way to do that, but cannot find it anywhere.
I need to hide views and comments form discussions board as on screenshot.
http://imgur.com/Be2RJHx
Because I using statbox.
Thanks in advance
Lucas
0
Best Answer
-
rasteron ✭✭
hey Lucas, an easy way to do this is hiding it via CSS, depending on your theme..
.ViewCount, .CommentCount{ display:none; }
if your theme is based on the default then that should take care of it. See if that helps..
6
Answers
hey Lucas, an easy way to do this is hiding it via CSS, depending on your theme..
if your theme is based on the default then that should take care of it. See if that helps..
Great thanks a lot.
BTW, do you know how to make a little white gap between those two blue stats boxes like on this forum here?
Regards
Lucas
You are looking to increase the
margin
between the boxes.http://www.w3schools.com/css/css_margin.asp
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.
Thanks all done it