Hello,
When I go to a class batch and check the courses that I connected to the class I see this: https://imgur.com/a/BCXVtsm Can we fix that? Those two courses should be underneath each ohter, like all the other courses.
Also, How can we enlarge the course images? And delete the review stars?
Thanks! :)
This reply has been marked as private.
try adding this css :
.batch.buddypress .batch_courses{
display:initial;
}
Worked! Thanks,
Also, How can we enlarge the course images? And delete the review stars?
hi
you can use this:
.page-id-0 strong.course-star-rating {
display: none;
}
.page-id-0 .batch_courses img {
height:auto !important;
}
refer:
http://prntscr.com/26ejxy1
Thanks, Veronica. It looks great. And I don't think it effected course image size or the appearance of the stars on any other page.
Let's close.
hi
yes it will not affect other as the code contains page-id so it will apply only on the above mentioned page