Remove Course Page Sidebar

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26843
    antanast
    Member

    Hi there. How can I make the course page into full width and not show at all the sidebar (the one that shows course teacher, duration, etc.).

    I simply wanna show a full page of the course page so I can add contents to it.

    #26849
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions-

    .course-sidebar.fourcol.last {
        display: none;
    }
    .single.single-course .course-content.eightcol {
        width: 100%;
    }
    
    #26851
    antanast
    Member

    Works great thanks! One more question.

    How is it possible to disable the View Details link/click for the staff? Basically I don’t want people to be able to click on one.

    I am using this code that I found in the forum, but the Staff title still has a link that takes you to the staff page. I want to remove that as well.

    .post-snippets .type-staff .img-wrap img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    }
    .post-snippets .type-staff .img-wrap .type-info {
    display: none;
    }

    #26852
    antanast
    Member
    This reply has been marked as private.
    #26858
    Veena
    Moderator

    Pls use the below custom CSS –

    .post-snippets .type-staff .img-wrap {
        pointer-events: none;
    }
    

    This page is throwing database error, unable to access – http://englishlearningcentre.com.cy/newsite/news/christmas-show-2017/

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.