Hi,
Thanks for the article on removing a whole bunch of things on the Course Page, including the starts, reviews, students taking etc. I've copied and pasted the code in the Customerizer > CSS window, as follows. And the reviews, etc. are still there: hinfornetacademy.org
.block.courseitem .block_content .star-rating{
display:none;
}
.block.courseitem .block_content .instructor_course+strong{
display:none;
}
.block.courseitem.course2 .block_content .star-rating{
display:none;
}
.block.courseitem.course2 .block_content .star-rating+strong{
display:none;
}
#course-list li .item-meta strong {
display: none;
}
#course-list li .item-meta strong {
display: none;
}
#course-list li .item-meta {
display: none;
}
.course_reviews{display:none;}
#buddypress div#item-header div#item-meta, #course-list .item-meta .star-rating{
display:none;
}
#buddypress div#item-header div#item-meta .students{
display:none;
}
.students_undertaking{display:none;}
.breadcrumbs{display:none;}
Also, all of my custom look/design has changed on this page with one of the more recent updates. Any idea why?
Thanks in advance for the help.
MK