Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘All Courses Page: replace the User review with Course Description’ is closed to new replies.
Hi there,
The default setting for ‘All Courses’ page, is the user review will be displayed under the Course Name. We would like it to display the Course Description instead of the review, may I know how can I do that?
Thanks
If you will add something in course short description. That will be visible here
Refer: http://prntscr.com/lqyb1r
To hide the reviews from course directory use this custom css and paste in wp-admin > Appearance > Customize > Custom CSS
.directory.course #course-list li .item-meta{
display:none !important;
}
The topic ‘All Courses Page: replace the User review with Course Description’ is closed to new replies.