XenForo Need a tiny bit of css help

M

MapleOne

Guest
Code:

Code:
/* Hide Online Row */
div.block-row.block-row--minor {
  display: none;
}

I have a few modes installed and on one of them on the MAIN INDEX FORUM PAGE is where I am using the css above to hide one of the online rows.

The problem is that "div.block-row.block-row--minor" is used in some of my other mods on other pages.


So I would like the css above to only hide that row on the main Forum Node list but leave it alone on other views.

I'm not quite sure how to write that exception...

Read more

Continue reading...