[RSS Feed/News] Need a tiny bit of css help

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Code:

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

I have a few mods 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

Can...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom