Home Forums WoodMart support forum Header overlap bugging with learndash plugin

Header overlap bugging with learndash plugin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #264715

    scinskasdesign
    Participant

    Hello, learndash course page title is hidden and I can’t change it to a header which doesn’t overlap. How can I fix it?

    #264743

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. And see if this works for you to fix the issue.

    .sfwd-courses-template-default .main-page-wrapper {
        padding-top: 80px;
    }
    
    .sfwd-courses-template-default .sidebar-container {
        margin-top: 80px;
    }

    Best Regards.

    #264765

    scinskasdesign
    Participant

    Thank you, I added 160px padding and now it looks good.

    Another question, how can I hide social buttons and “newer” “older” buttons from all learndash pages? I added a photo

    Attachments:
    You must be logged in to view attached files.
    #264924

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .sfwd-courses-template-default .woodmart-single-footer, .sfwd-courses-template-default .single-post-navigation {
        display: none;
    }

    Regards.
    Xtemos Studios.

Viewing 4 posts - 1 through 4 (of 4 total)