-
Author
-
March 6, 2015 at 17:19 #48994ShakinazParticipant
Hi there,
How to remove section/icon from a specific group?actually I need to remove all sections but “Publication” & “Media” from this group
http://shadgroup.net/ktn/groups/publication/March 6, 2015 at 18:14 #48996RaduModeratorHello,
Try this code
COPY CODEdiv#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#forums-groups-li { display:none;} div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#members-groups-li { display:none;}
You need to insert this code to your kleo-child/style.css or from Theme Options -> General Settings -> Quick CSS area.
Let me know if is ok.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 6, 2015 at 22:19 #49027ShakinazParticipantUnfortunately it’s not ok, it removes the icons from the other groups aswell..
March 10, 2015 at 17:12 #49501RaduModeratorHello,
Try this
COPY CODEbody.group-publication div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#forums-groups-li { display:none;} body.group-publication div#buddypress div#item-nav div#object-nav.item-list-tabs.no-ajax ul.responsive-tabs li#members-groups-li { display:none;}
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘KLEO’ is closed to new topics and replies.