Hide forum menu

Home Forums Legacy Support Support queries Styling issues Hide forum menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #361835
    danibuu
    Participant
    Hi, How do I hide the forum menu? https://prnt.sc/15qmc9i
    #361845
    Ada
    Participant
    Hi, If you have not created a forum component in the course then it will not be displayed there. or you want custom css to hide this forum menu?
    #361976
    danibuu
    Participant
    Hi, I want a custom css.
    #361990
    Ada
    Participant
    Hi, You can use this css code in appearance>>cstomize>>custom css
    
    #course_component .mycourses .course_manage .instructor_tabs span:nth-child(4) {
        display:none !important;
    }
    
    Just add the position no of menu that you want to hide inside the nth-child().
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide forum menu’ is closed to new replies.