Custom header for Learn Dash pages Support Forums for LiveMesh Themes & Plugins › Forums › Invent Theme Support › Custom header for Learn Dash pages Tagged: learndash This topic has 7 replies, 4 voices, and was last updated 9 years, 10 months ago by Veena. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 18, 2015 at 3:25 pm #12875 espressoschoolMember Hi guys, Can we get custom headers for learn dash pages? March 18, 2015 at 3:34 pm #12876 espressoschoolMember Also looking for Advanced Entry Options so I can remove headers also I will post what I mean March 20, 2015 at 7:42 am #12910 espressoschoolMember Any help? March 21, 2015 at 10:33 am #12922 RaghavendraModerator You will need to make a code change for this. Pls change line number 645 in framework/presentation/metabox-manager.php file to – 'pages' => array( 'post', 'page', 'portfolio', 'department', 'staff', 'course', 'sfwd-courses', 'sfwd-lessons', 'sfwd-quiz', 'sfwd-topic' ), You basically include the custom post types defined in LearnDash. That should help you set custom headers for learndash pages. March 21, 2015 at 10:51 pm #12932 eworksMember How can I delete headers completely on Learndash Pages? 😉 Martin March 23, 2015 at 8:39 am #12937 VeenaModerator You can apply custom CSS to hide header in Learndash pages. March 24, 2015 at 4:07 pm #12976 eworksMember How can I do that? March 25, 2015 at 9:00 am #12984 VeenaModerator You need to target the specific page-id/post-id and give custom CSS (display: none;) for header element. eg: .postid-124 #header { display: none; } You have to replace 124 with your post-id. Author Posts Viewing 8 posts - 1 through 8 (of 8 total) The forum ‘Invent Theme Support’ is closed to new topics and replies.