Hide Delete Credit Card Button on the Billing Page
Use this when you do not have any subscription products or you have a "payment plan" and do not want people to delete their card - which will cancel subscriptions
1
<!-- HIDE DELETE CARD ON BILLING PAGE -->
2
<style>
3
#delete-card{display:none;}
4
</style>
Copied!
Always hide the progress bar
This will hide the progress bar inside the course player for all courses
In quiz lessons there are some "obvious instructions" that some prefer not to show. ex: "Choose only ONE best answer". This will hide the instructions for all quiz types, so if you have some that are "choose more than one", than this would not be advised
1
<style>
2
.take .course-player__quiz__instructions {
3
display:none;
4
}
5
</style>
Copied!
Hide Header on Reviews Page
Choose an option below and place this into the Site Footer Code Settings: