HI,
I would like to remove the "Private Course" Button in the top right corner in the course descriptions and change it to "Apply". Being able to just remove the button is also ok.
Thank you
Private course is only visible when the course is not connected to any product or you cannot purchase the product by any means.
Hi!
I would like to remove the button that says "private course" or "take this course" in the course description page. Not just the text but get rid of the button. Please help?
Best regards!
Please note that this button is the key button to pursue course online .
Its value changes to start course ,continue course, finished course .
If you hide it then no student will able to take course online .
To hide add the given css from wp-admin -> appearance ->customize -> custom css :
a.course_button.full.button {
display: none;
}