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