Question about Course buttons

Home Forums Legacy Support Support queries Styling issues Question about Course buttons

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #333097
    Nextwave
    Participant
    How do you remove the Back to Course, Remove Course, and Finish Course buttons at the bottom of the right sidebar in a course page? On a course page, is it possible to remove the Start Course button at the top? (https://socialworkguide.venuecom.com/course/social-work-guide/) We just want people to be able to access everything after they've signed up.
    #333098
    Nextwave
    Participant
    Sorry, one more aesthetic question to add to that list... how do I remove the circle checkmark with the 1 next to it to the right of the question?
    #333177
    Ada
    Participant
    Hi, 1,3- Please use this custom css code to hide course buttons from course page and circle checkmark on quiz page Add this code in appearance >> customize > custom css
    
      .page-template .row .col-md-3 .more_course {
        display:none !important;
    }
    .single-quiz .quiz_timeline .timeline_wrapper li a span {
        display:none !important;
    
    }
    
    2- I am all-ready not able to see start course button on your site as I am not logged-in or registered. https://prntscr.com/wkpkoe
    #333183
    Nextwave
    Participant
    That got rid of the buttons in the sidebar, but the circle check and number are still on the quiz pages. As for the Start Course button, we want people who are logged into just automatically be able to access everything, so the button is extraneous for us. You guys have a login; can you check that out? Thanks!
    #333262
    Ada
    Participant
    Hi, I have added the code for quiz page here -> https://prntscr.com/wkzmkg Now the circle tick is gone https://prntscr.com/wkzojg Are you asking that a user should directly redirected to the course page just when he/she logs in .This feature is all-ready present. You can set student login redirect to course page from LMS >> settings https://prnt.sc/wkzzqq
    #333266
    Nextwave
    Participant
    We don't really need a course status. It's one course and it's open, where they can do it at their own pave in their own order. I thought I had everything up to date. I installed the most recent version not long ago.
    #333468
    Ada
    Participant
    Ok , You can use this css code to hide this button and I've all-ready explained where to add it .
    
    .single-course #course-pricing {
        display:none !important;
    }
    
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Question about Course buttons’ is closed to new replies.