• Hi

    Is there any proper option for hiding Curriculum, Instructor and review tab

    from course detail page.

    Please provide apropriate sugession as soon as possiable.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    you can use a CSS, i.e. for hide instructor tab:

    .course-nav-tab-instructor{
    display: none!important;
    }

    Or if you want to remove the entire tab menu:
    .course-nav-tabs, .course-students{
    display: none!important;
    }

    Hope that this can help you

    Ciao!

    Thread Starter csem

    (@csem)

    I think this is a not proper way. because as per your method it’s just visible hide not remove from webpage source

    I want to remove from source also.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Curriculum, Instructor and review tab’ is closed to new replies.