By Andy on Thursday, 10 September 2020
Posted in Technical Issues
Likes 0
Views 562
Votes 0
Good Day Super Heroes,

The way I am looking to have my EASYSOCIAL groups working is to have no 'ABOUT' details at all... is there a way by configuration setting, CSS visibility or code hack that I can set things so that "ABOUT" doesn't appear on the group navigation bar.

Thanks!
Hey there,

You can add the following CSS code into your Backend > EasySocial > Themes > Custom CSS and see how it goes:

body #es.view-groups.layout-item .es-profile-header-nav .es-profile-header-nav__item:nth-child(2) {
display:none;
}


Do clear all of your caches before you see the changes.
·
Friday, 11 September 2020 11:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Astounding. Works perfectly. THANK YOU
·
Friday, 11 September 2020 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Saturday, 12 September 2020 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post