• Resolved Jayessh

    (@jayesshjaadav)


    In my wordpress website is eStudy24.in I am using Tutor LMS Pro, I want to remove the word “About Lesson” seen in frontend lesson description
    How can I do it

    the reason is, lesson section, I use it for question answer, I mean every lesson section contains a question and answer.

    so the “About Lesson” is looking so weird in frontend when user navigate through questions

    I tried css and using/asking chatgpt and deepseek… their suggestion Not worked for me

    • This topic was modified 1 year, 3 months ago by Jayessh.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @jayesshjaadav,

    Thank you for reaching out!

    Since you are using the Pro version of Tutor LMS, you have access to official Pro support, where we provide dedicated assistance for your issues. This forum is limited to support for the free version.

    However, if you simply want to hide the “About Lesson” text from the frontend, you can try adding the following CSS code to your Additional CSS section in WordPress:

    .tutor-course-spotlight-wrapper .tutor-fs-5.tutor-fw-medium {
    display: none;
    }

    This should remove the text from appearing on your lesson description page.

    Thread Starter Jayessh

    (@jayesshjaadav)

    Thank You So much @urnafiz bhai, I mistakenly typed “Pro”. I am using Free version.
    Thanx once again for your code. it worked and you are smarter than AI BTW : )

    Jayessh
    Indian

    • This reply was modified 1 year, 3 months ago by Jayessh.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Front End “About Lesson” removal’ is closed to new replies.