Hi,
<span style="color: #500050; font-family: arial, sans-serif; font-size: 12.8px; line-height: normal;">1) how to hide (or delete) course title and short description on course page detail page. </span>
2) how to create new sections (custom) and bookmarks for specific sections (anchors). so that i can link with left menu using html bookmarks (anchors)
Try adding the given css from wp-admin -> appearance ->customize -> custom css:
.students_undertaking {
border-top: none;
}
.course_title {
display: none;
}