jkp1122
Forum Replies Created
-
Never mind, the order just had to be marked as Completed in WooCommerce.
Huh? I just want to use display: none on that page. What code would you recommend? I already have my own, but can’t target the page.
Hi, did you have a chance to review the lesson/menu? Thanks!
The header menu. The other id in that code I listed worked for other pages (with different page selectors), so not sure why this page/post is different.
Sorry, the selector didn’t work
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;
}