Custom header for Learn Dash pages

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Custom header for Learn Dash pages

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #12875

    Hi guys,

    Can we get custom headers for learn dash pages?

    #12876

    Also looking for Advanced Entry Options so I can remove headers also

    I will post what I mean

    #12910

    Any help?

    #12922
    Raghavendra
    Moderator

    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.

    #12932
    eworks
    Member

    How can I delete headers completely on Learndash Pages?

    😉

    Martin

    #12937
    Veena
    Moderator

    You can apply custom CSS to hide header in Learndash pages.

    #12976
    eworks
    Member

    How can I do that?

    #12984
    Veena
    Moderator

    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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.