We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Hiding buttons in Links [Solution Available] | Forum

Abbey
Abbey Apr 7 '14
How do I hide the Most discussed and top rated and lastest in links?
The Forum post is edited by Alia May 6 '14
Alia Team
Alia Apr 9 '14
Abbey, I have noticed that you are doing a lot of small modification on your site via CSS. I recommend you to start using such tool as Firebug for Firefox. It is quite handy when you need to find out which styles needs to be changed to hide certain blocks.

For example "Most discussed" tab for links, using "inspect element in Firebug" option on right mouse click you can find out that you will need to set ._2 to "display_none" to hide this tab:

._2 { display:none;}

For "Latest" it will be "._1".


Abbey
Abbey Apr 9 '14
Yeah.... I have that... it just confuses me... I'm done with the small mods after this.... I did try to work it out on my own  but I couldn't get there.
Kяuncн Leader
Kяuncн Apr 29 '14
Even tho that page reads "OOps... nothing to see here..." lol, you would input the following

._1, ._2, ._3  {
display: none !important}

Leaving you with just the "Browse by Tag" tab