• Hello everyone!
    I need help on hiding or removing the Quizzes and Lectures entry from the course features in the single page (Thim-course-info). With a CSS maybe, or if it’s not possible, I’d like to know if there is a solution. this is the URL of one of the course single-page.
    But I’d need to change it for every course. I’ve translated “Lectures” into Moduli and “Quizzes” into – Trying to find a solution…
    I would like to remove those entries because I don’t need it!
    If it’s not possible, do you have any tips?
    thanks a lot!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Buywptemplates

    (@buywptemplates)

    Hello,

    To hide or remove the Quizzes and lessons entry from the course features on the single page, you have to follow the below steps.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste below css and publish it.

    .meta-item.meta-item-lesson, .meta-item.meta-item-quiz {
    display: none;
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove/hide elements in course features’ is closed to new replies.