• thecontemporaryteacher

    (@thecontemporaryteacher)


    I’ve been trying to remove the sidebar from my lessons but can’t seem to figure out how. Any suggestions? It all just appears at the bottom-ish of the page.

    Thank you so much!!!

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • siniplyrathemes

    (@siniplyrathemes)

    Hello, thecontemporaryteacher.

    Thank you for contacting us and for using our theme. We appreciate it.

    If you want to remove the sidebar from that page, please add this to Appearance -> Customize -> Additional CSS:

    .elementor-page-1967 .sidebar.sidebar-column.col-md-3 {
    	display: none;
    }

    Hope this helps but if you have any additional questions, feel free to ask.

    Kind regards.

    Thread Starter thecontemporaryteacher

    (@thecontemporaryteacher)

    Thank you!!

    Thread Starter thecontemporaryteacher

    (@thecontemporaryteacher)

    Yes, it did! Thank you!!

    Thread Starter thecontemporaryteacher

    (@thecontemporaryteacher)

    Okay, I actually noticed that it worked on the course main page & the 1st lesson…
    If you go to…http://thecontemporaryclassroom.org/course/makerspace/
    The click “next lesson” it is not on that page. But then when you click to the 2nd & 3rd lessons in the in course…the sidebars are there.

    Any way to get it off all of them? And any future courses/lessons that I create?
    Thank you for all of your help!! I truly appreciate it!!

    Thread Starter thecontemporaryteacher

    (@thecontemporaryteacher)

    In addition to the sidebar removal, I also would like the default title to not appear but rather be hidden… like when you click on “all about makerspace” it shows the default title as well as the blue one I created. I only want the blue one…

    I don’t want the default title and/or sidebar to appear on any of my courses or lessons.

    I truly appreciate any help! Thank you!

    I’ve visited several pages and were unable to see the default title on any of them. have you managed to remove it yourself?
    If not, please provide an URL where I can see it live.

    Also, when I’m on http://thecontemporaryclassroom.org/course/makerspace/ I can’t click on the 2nd and 3rd page since I’m not enrolled in the course.

    Kind regards.

    Thread Starter thecontemporaryteacher

    (@thecontemporaryteacher)

    Of course! Sorry about that…

    I changed the course so you should be able to click through & see the other lessons – where the sidebar is.

    The default title is on a couple pages but here is one..http://thecontemporaryclassroom.org/lesson/all-about-makerspace/

    Let me know if that doesn’t work or you still can’t see it.

    Thank you for your patience!! I truly appreciate it!!

    Thanks, please add this to remove the title:

    .single-lesson .entry-title {
    	display: none;
    }

    And in the previous CSS sample replace .elementor-page-1967 with elementor-page

    Please let me know what happens.

    Kind regards.

    Thread Starter thecontemporaryteacher

    (@thecontemporaryteacher)

    That worked! Thank you, thank you, thank you!!!

    Hi @thecontemporaryteacher

    We’re happy to hear that all issues are resolved. Could you mark this thread as resolved?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Side Bar Removal’ is closed to new replies.