• Above every lesson there is this title called ”About lesson”. I want to remove or hide this title. Is that possible?

Viewing 1 replies (of 1 total)
  • Plugin Support Parag Das

    (@parag44)

    Hi @pewonline

    Yes. You can add the following CSS codes on Appearance > Customize > Additional CSS to hide this.

    .tutor-tab-item .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-12 {
        display: none;
    }

    Thank you!
    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Hide ”about lesson” title’ is closed to new replies.