/*
Theme Name:   divichild
Description:  a child theme of DIVI
Author:       admin
Author URL:   https://symbolon-online-seminare.de
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  divichild
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */


/* get rid of the breadcrumb “Course Home” in the Navigation widget */

.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link {
    display: none;
}

/* get rid of the Course name */

.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:first-child {
	display: none;
}