Remove or hide page titles withing Lesson module

Re: Remove or hide page titles withing Lesson module

by Ron Raney -
Number of replies: 0

Okay so I know this was a while ago but here are my notes about what I did. Unfortunately, I think this makes ALL h2 and h3 headers disappear but I guess I created a work-around for that:


1.H"Hiding Page titles - I used CSS to do this by hiding the headers in the theme css file - .path-mod-lesson .headermain, .path-mod-lesson h2, .path-mod-lesson h3 { display: none;} - If you need to use an h2 in your code - use a class style .h2 in css as a substitute. It is best to be specific using the parent ID. You can use "! Important” to give precedence to your code."




U