• Resolved Bree

    (@lifesgood)


    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 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

    (@kendy73)

    Please use this custom CSS

    .header-inner {
        display: none;
    }

    It will hide the header and your item will look better http://prntscr.com/k496fw

    Try and let me know 😉

    Thread Starter Bree

    (@lifesgood)

    Thanks! That should fix it.

    Is it a theme compatibility issue, however? ie, should I be alerting the theme developer?

    mtmc

    (@mtmc)

    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

    (@lifesgood)

    @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.
    Thread Starter Bree

    (@lifesgood)

    @mtmc I just added the last line to the above message.

    mtmc

    (@mtmc)

    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.