Title: Lesson template
Last modified: July 6, 2018

---

# Lesson template

 *  Resolved [Bree](https://wordpress.org/support/users/lifesgood/)
 * (@lifesgood)
 * [8 years ago](https://wordpress.org/support/topic/lesson-template/)
 * Hi, I really like the look of this course, but there are some problems with how
   it displays. The lesson page appears awful on [my website](http://test.breezymedia.biz/courses/sample-course/quizzes/quiz-1/)
   because of the header. This could easily be solved if I could select a template(
   a blank one) within the lesson in the dashboard, but there’s no option to do 
   that? How can this be easily resolved? Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Contributor [Ken Nguyen](https://wordpress.org/support/users/kendy73/)
 * (@kendy73)
 * [8 years ago](https://wordpress.org/support/topic/lesson-template/#post-10475990)
 * Please use this custom CSS
 *     ```
       .header-inner {
           display: none;
       }
       ```
   
 * It will hide the header and your item will look better [http://prntscr.com/k496fw](http://prntscr.com/k496fw)
 * Try and let me know 😉
 *  Thread Starter [Bree](https://wordpress.org/support/users/lifesgood/)
 * (@lifesgood)
 * [8 years ago](https://wordpress.org/support/topic/lesson-template/#post-10476097)
 * Thanks! That should fix it.
 * Is it a theme compatibility issue, however? ie, should I be alerting the theme
   developer?
 *  [mtmc](https://wordpress.org/support/users/mtmc/)
 * (@mtmc)
 * [8 years ago](https://wordpress.org/support/topic/lesson-template/#post-10477770)
 * Hi,
 * I was wondering what template we add the css to so that it only removes the header
   on the lesson pages?
 * Thanks,
    Matt
 *  Thread Starter [Bree](https://wordpress.org/support/users/lifesgood/)
 * (@lifesgood)
 * [8 years ago](https://wordpress.org/support/topic/lesson-template/#post-10481928)
 * [@mtmc](https://wordpress.org/support/users/mtmc/)
 * You actually need a little more than what the support above offered – it takes
   away the header from the whole site, so you need to target just the course lesson
   pages. Try this:
 *     ```
       .single-lp_course .header-inner {
       	display:none; }
       ```
   
 * (.header-inner may be different on your site)
 * Put this in Appearance > Customize > Additional CSS
    -  This reply was modified 8 years ago by [Bree](https://wordpress.org/support/users/lifesgood/).
 *  Thread Starter [Bree](https://wordpress.org/support/users/lifesgood/)
 * (@lifesgood)
 * [8 years ago](https://wordpress.org/support/topic/lesson-template/#post-10481932)
 * [@mtmc](https://wordpress.org/support/users/mtmc/) I just added the last line
   to the above message.
 *  [mtmc](https://wordpress.org/support/users/mtmc/)
 * (@mtmc)
 * [8 years ago](https://wordpress.org/support/topic/lesson-template/#post-10487528)
 * Thanks for the help. I’m still running into some issues. Is there a way to specify
   a template page to open the course page in? That was we could customize the php
   used to build the page?
 * Thanks,
    Matt

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Lesson template’ is closed to new replies.

 * ![](https://ps.w.org/learnpress/assets/icon-256x256.gif?rev=3254420)
 * [LearnPress - WordPress LMS Plugin for Create and Sell Online Courses](https://wordpress.org/plugins/learnpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/learnpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/learnpress/)
 * [Active Topics](https://wordpress.org/support/plugin/learnpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/learnpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/learnpress/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [mtmc](https://wordpress.org/support/users/mtmc/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/lesson-template/#post-10487528)
 * Status: resolved