Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Remove Star review all course page’ is closed to new replies.
Hello,
can someone tell me how to remove the star rating field on the all courses page? http://prntscr.com/dc68pl
I´ve already tried the following code from Link
#course-list li .item-meta strong {
display: none;
}
But that didn’t work for me
Many thanks in advance.
Regards
I´ve found a solution:
.directory.course #course-list li .item-meta {
display: none;
}
The topic ‘Remove Star review all course page’ is closed to new replies.