Header overlap bugging with learndash plugin
-
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?
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.
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.
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.