Viewing 4 replies - 1 through 4 (of 4 total)
  • @kellerpt,

    This is actually intended behavior though it does *look* like it should be doing what you’re expecting to do. I think we’ll add what you’re looking for as an option in the future.

    What this option *actually* does (and is functioning) is hide the excerpt on lesson navigation. If you navigate to a lesson itself you’ll see similar-looking navigation tiles to what you’re screenshotting at the bottom of your lesson content.

    These tiles navigate between lessons inside a course and are known as the “lesson navigation” area.

    The option disables (or enables) the excerpts in those tiles. However, it does certainly seem like it should disable the course tiles in the syllabus too.

    In the meantime, a bit of custom CSS will fix your issue:

    .single-course .hentry.course .llms-syllabus-wrapper .llms-lesson-information p {
        display: none;
    }

    Hope that helps,

    Thread Starter kellerpt

    (@kellerpt)

    Hello, Thomas!

    Helped only this css

    .llms-lesson-preview .llms-lesson-excerpt {
        display: none;
    }

    As long as it works,

    Take care,

    @kellerpt,

    Marking this as resolved since it seems like the issue is resolved. If you need anything else just reply and I’ll reopen.

    Take care,

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Excerpt on lesson’ is closed to new replies.