Hide Request Membership
- This topic has 2 replies, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Tagged: hide buttons, request membership
Simple question? Sorry if it’s obvious, I just can’t see how. When your group/class is up to quota and you don’t need to hide it, it’s still likely that you do not want to keep receiving membership requests (only to disappoint by having to reject the hopefuls). How do I turn those buttons off, or hide them?
In anticipation… thanks
Hi Phil – one way would be to switch the group to hidden once you’ve reached your quota. If you don’t want to do that, you could add some simple CSS to hide the button –
#groupbutton-1 { display:none; }
You would need to find the id of the button using firebug or similar. Should be “groupbutton-” and then the number of the group. If you need help with this – let me know.
Custom CSS can be added in the CBOX theme options under Global>>Custom CSS
Excellent! – thanks Scott, it works.
I learn something every day with this css stuff … the Firebug ‘copy unique selector’ is most useful for targetting elements – sometimes it’s hard to get a handle on the id’s.
Phil