By User on Sunday, 03 February 2019
Posted in General
Likes 0
Views 524
Votes 0
Hello. I can't find the way to disable "Nearby Groups" tab.
I don't use locations on the site, so no need this page. How can I hide it?
Thanks.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

We do not have setting to turn off this, but you can apply this following custom css into your site backend > Easysocial > theme > custom css


body #es.view-groups .o-tabs.o-tabs--stacked [data-type="nearby"] {
display: none;
}
·
Sunday, 03 February 2019 09:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. For my site it helped:

.o-tabs.o-tabs--stacked [data-type="nearby"] {
display: none !important;
}
·
Sunday, 03 February 2019 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome, glad that your issue is resolved now.
·
Sunday, 03 February 2019 23:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post