I want to hide CATEGORY, parent category in fronted course creation

Home Forums Legacy Support Support queries Setup issues I want to hide CATEGORY, parent category in fronted course creation

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #298835
    titaswebwolf
    Spectator
    I want to hide ADD NEW Quiz CATEGORY, Course Unit tag, and one more main things the parent course category list from the frontend. Only Subcourse category is shown into the frontend when a user creates a course See the bellow reference you understand what I want to tell you 1. https://prnt.sc/u79a4f 2. https://prnt.sc/u79c00 3. https://prnt.sc/u79crv
    #298887
    Jackson
    Blocked
    Hello, Goto appearance>>customize>>custom css and use code given below: span.select2-dropdown.select2-dropdown--above span ul#select2-course-cat-select-results #select2-course-cat-select-result-2jpm-200{
    display:none !important;
    
    } span.select2-dropdown.select2-dropdown--above span ul#select2-course-cat-select-results #select2-course-cat-select-result-gjbt-216{
    display:none !important;
    
    } span.select2-dropdown.select2-dropdown--above span ul#select2-course-cat-select-results #select2-course-cat-select-result-qb4l-189{
    display:none !important;
    
    } 2- To hide add new quiz category use this code: ul#quiz-type_id li #quiz-type_id-select option:nth-child(2){
    display:none !important;
    
    } Refer: https://prnt.sc/u7b0i6 Thanks,
    #299044
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #299048
    titaswebwolf
    Spectator
    This reply has been marked as private.
    #299206
    Jackson
    Blocked
    Hello, Here you can see nothing found like you mention in screenshot: https://prnt.sc/u7wnj1 Please share the steps where you want to face this issue, Thanks,
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘I want to hide CATEGORY, parent category in fronted course creation’ is closed to new replies.