This topic has 5 replies, 2 voices, and was last updated 9 years by Shakinaz.

  • Author
  • #48994
     Shakinaz
    Participant

    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/

    #48996
     Radu
    Moderator

    Hello,

    Try this code

    COPY CODE
    
    div#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 solution
    #49027
     Shakinaz
    Participant

    Unfortunately it’s not ok, it removes the icons from the other groups aswell..

    #49336
     Shakinaz
    Participant

    Hey, any help please

    #49501
     Radu
    Moderator

    Hello,

    Try this

    COPY CODE
    
    
    body.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
    #49513
     Shakinaz
    Participant

    Wow! it works, Thanks alot ^_^

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?