hide “My assignments”

Home Forums Legacy Support Support queries Other issues hide “My assignments”

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #343712
    1ui61_55
    Spectator
    How can "not display" My assigments? http://prntscr.com/10c72j9
    #343823
    Veronica
    Moderator
    hi you can check these tips: https://www.youtube.com/watch?v=El7UdRb8i5M https://www.youtube.com/watch?v=Lmt2_fzgebY https://www.youtube.com/watch?v=Lmt2_fzgebY if you want the particular menu then we can provide the custom CSS code
    #344198
    1ui61_55
    Spectator
    No, that part on the menu is not show in the configuration, i talk about the CSS some like this (but not work): a.menu-child.current-menu-item.assignment_results { display:none !important; }
    #344199
    1ui61_55
    Spectator
    solved! a.menu-child.assignment_results { display:none; } Thanks!
    #344246
    Ada
    Participant
    Yes you can use this css
    
    #vibebp_member .vibebp_left_sidebar a.menu-child.assignment_results {
        display:none !important;
    }
    
    Closing this topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hide “My assignments”’ is closed to new replies.