There are two star rating stars appears on all course page in sidebar. please see the screenshot: https://imgur.com/a/ISnwQ5U
However, I expect this:
https://wplms.io/demos/default/all-courses/
See course in sidebar widget
Hello,
I have pasted this code in custom.css
.directory.course .widget.buddypress .star-rating {
display: block !important;
padding: 35px 0;
float: left !important;
width: 120px !important;
}
.directory.course .star-rating:before {display: none !important;}
Refer: http://prntscr.com/mte14u
Tip: While creating course upload featured image only then it will be shown on course directory.
<span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">Tip: While creating course upload featured image only then it will be shown on course directory.</span>
Means, I need to add a featured image to avoid this. Shall I understand in this way.