By Udi Naamani on Sunday, 14 May 2017
Posted in Technical Issues
Replies 1
Likes 0
Views 498
Votes 0
Hi

After upgrading easysocial group module "mod_easysocial_groups" add button to display all group
This button didn't display before .... ( addind psc)
How can I remove this button ?

BR
UDI ERTINET
Hi there,

Currently, it is not possible for you to enable/disable them on your backend. but, you can hide those by applying css code below on your custom.css by referring to our documentations here https://stackideas.com/docs/easysocial/administrators/templating/adding-custom-css-codes

.mod-es-groups .mod-es-action{
display: none !important;
}


Please give it a try and see how it goes
·
Monday, 15 May 2017 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post