Hi,
I need to remove the number of students and reviews from the course page: http://prntscr.com/jfw6nm
and from the category page: http://prntscr.com/jfw6ya
@nursesed.net,
Paste this in wp-admin > Appearance > customize > custom css
In Single Course Page: div#item-meta strong{display:none !important;}
Category Page: .tax-course-cat .block_content .course_meta .star-rating{display:none !important;}
I have the same problem, and I tried pasting both codes in CSS but nothing happens..
http://vvcap.com/uNJyjuPCFMW
http://vvcap.com/6ihHfUiPZ5U
The number of students are still showing on the course page: http://prntscr.com/jg9w45
@nursesed.net,
Please paste this css in wp-admin > Appearance > customize > custom css
.single-course .students {display:none !important;}
@ashtardesign,
Can you please create your own topic and share your site URL there. We'll fix this for you
Thank you!
The number of students are still showing up below the course title: http://prntscr.com/jglin4
The course carousel also has a members icon and number of students next to it http://prntscr.com/jglcm0
Can I remove these as well? Can I change the layout for the course slider, so that it displays the price for the course?
Thank you!
@nursesed.net,
Use this css code in wp-admin > Appearance > customize > custom css
.students_undertaking {display:none !important;}
To remove number of students
Yes you can change the layout from wp-admin > WPLMS > Course Manager > Default Course Block Layout
The course slider with related courses already has the layout I need: http://prntscr.com/jhskgq
The related course layout is the only problem: http://prntscr.com/jhslas
This reply has been marked as private.
I cannot remove number of students in the course category or related courses. Nothing in any of these threads will make them go away. I have only been able remove them in the course page. Please help.
@artschoolvideos,
Okay please share your page URL on your own topic and I will share site specific custom CSS for you