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

Remove “Invitation” Tab In The “Event” Plugin Area [Answered] | Forum

Topic location: Forum home » Support » General Questions
Wilson
Wilson Aug 22 '14
Started to use FIREBUG requested by the dev team here…so I’m new to using this web tool.

I’m trying to remove the “Invitation” tab in the “Event” Plugin Area and as seen in my attachment bookmark-a .jpg file…I’m using firebug and it shows me the class on the element to remove…and in this case it’s “ow_ic_bookmark” (I THINK) and so I try to put a css code into the “Admin” theme custom css area:

.ow_ic_bookmark {display: none}

because I don’t want that to be seen…but it does not work? Ross what I’m I missing here? Trying but just not there yet with firebug…lol

need Help!

Wilson
The Forum post is edited by Wilson Aug 25 '14
Attachments:
  bookmark-a.jpg (245Kb)
Wilson
Wilson Aug 24 '14
Still trying to get this...need help!

Wilson
ross Team
ross Aug 24 '14
try this class


li._invited


.ow_ic_bookmark is kind of inner class you need to hide parent class which is li._invited. 

Wilson
Wilson Aug 25 '14
he Ross,

Thanks again, worked great! I'll get firebug down someday...lol

Wilson
The Forum post is edited by Wilson Aug 25 '14
ross Team
ross Aug 25 '14
Great! :)