Hi WPLMS team,
The majority of my courses are sold in batches. Each batch is a set of 3 individual courses. When users are logged in, and in their batch, when they start a course, the course price (for the individual course) is showing. Is there any way to make this disappear?
Thanks
Alan
Yes you can add the bellow css in your appearance->customize->custom css:
.widget .course_details ul li.course_price {display:none;}
This will hide the price from the course page.
Thank you, that did the trick :-)
Thanks for confirming, so closing the topic.