XF 1.4 Hide information on member card

Code:
.xenOverlay.memberCard .lastActivity {
  display: none;
}

Better to edit the member_card template and comment out or remove what you don't need.
The issue I'm having is with an add on and I can't find the path to remove or hide it. Its the "Sphynx bucks." when inspecting element I get this:

Code:
<dt>Sphynx Bucks:</dt>
.xenOverlay.memberCard .userInfo .userStats dt

Screen Shot 2015-07-14 at 10.05.21 PM.webp
 
Thanks for the effort @RoldanLT

I'd avoid doing the nth-child(#) in that instance, some users may be hiding info, or maybe permissions are set so only members can see certain things ect. Just something to take into consideration.
Any suggestions how I could hide it @Russ

You are better off asking in the add-on thread but I suspect there's a template modification for it which can be disabled.
Thanks @Brogan - but unfortunately the developer of this add on has flown the coupe.
 
Top Bottom