Yes, I’m currently using this class name in order to target a specific Learnpress lesson in WordPress with CSS, unfortunately it’s not targeting the lesson. I’m attempting to hide the theme’s menu from appearing on this page and all other lesson pages for Learnpress. I’ve confirmed the code is good for that purpose (by testing on other pages), but I don’t know the name for that page.
Specifically, what should I be using instead of “page” in the code below if it’s a LearnPress lesson page?
.page-id-785 .vw-menu-main-inner{
display:none !important;
}