How can "not display" My assigments?
http://prntscr.com/10c72j9
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
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;
}
solved!
a.menu-child.assignment_results {
display:none;
}
Thanks!
Yes you can use this css
#vibebp_member .vibebp_left_sidebar a.menu-child.assignment_results {
display:none !important;
}
Closing this topic.