• I would like to show the key features of a course by default. I think that is the element course-extra-box. Is it possible to have that element opened by default instead of being closed?

    Or are there other options to show the course highlights directly without the need for an extra click? I think it is a nice option to show some USP’s directly when someone is checking a course. Now it is a bit hidden.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Sorry, I don’t really understand your question, a picture describing the problem would help me a lot.

    Thanks

    Thread Starter Sunshyme

    (@sunshyme)

    I found a better way by using the ‘overview’ section instead of the ‘key features’. The overview is shown by default when visiting a course landing page, so that solves it.

    Maybe the only thing I would like is to remove the “instructor” tab. Is that possible?

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Yes, you can use some CSS code to hide it.

    .lp-entry-content #learn-press-course-tabs .course-nav-tab-instructor{
    display:none;
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Open key features of a course (course-extra-box) by default’ is closed to new replies.