Do It Yourself – Tutorials – LearnPress Tutorial (Free Version) – Build Your Own Online Courses!

by | Apr 20, 2020 | 0 comments

Do It Yourself – Tutorials – LearnPress Tutorial (Free Version) – Build Your Own Online Courses!

by | Apr 20, 2020 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials

Build your own online courses (Free Setup!) with LearnPress. Could this be the best free LMS plugin for WordPress?

LearnPress addon bundles are available here:
https://thimpress.com/learnpress-lms-pricing/

Astra starter site guide video: https://youtu.be/pbk7I4wzZGc (To build the base site for your courses, using Elementor)

CSS Code used to hide breadcrumbs:
————————————————————–

.learn-press-breadcrumb {
display: none;
}

CSS Code used to hide student count:
————————————————————–

.course-students {
display: none;
}

CSS Code used to hide instructor tab:
————————————————————–

.course-nav-tab-instructor {
display: none;
}

source