Editing the LifterLMS Quiz Page (How to Hide Elements with CSS)
In this tutorial, I show how you can edit the LifterLMS quiz page by using a CSS trick to hide elements you don’t want to display
This type of code can be used to hide almost any element on any page in any tool in WordPress, so understanding this basic CSS trick will really help you edit those areas you normally can’t.
div.llms-donut {
display: none;
}
YouTube
Subscribe on YouTube
Get in Touch
Let's work together