Hide icons and time in course pages

Home Forums Legacy Support Support queries Styling issues Hide icons and time in course pages

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #338357
    Hi, I would like to hide some elements appearing in course pages such as: 1) Icons on top left above title: "Search", "Your notes", "Public comments on topic" 2) Time appearing on chapters in curriculum and on top page on the right 3) Number of lessons in curriculum (near time) and time of units in curriculum 4) Chapter 0/0 near time on top right http://prnt.sc/yey9u4 Thank you
    #338436
    Ada
    Participant
    Use this css code in appearance>> customize>> custom css 1-
    
    .vibebp_main .course_status .course_timeline .action_points a.vicon.vicon-search, a.vicon.vicon-comments, a.vicon.vicon-notepad {
        display:none !important;
    }
    
    2,3 -
    
    .vibebp_main .course_status .course_content_content span.lesson_info span{
        display:none !important;
    }
    
    #338466
    Hi Ada, - code 1 all icons diappeared except "Search" - codes 2,3 not working "Leave a rating" reappeared even despite the code previously added .vibebp_main .course_status .right_block .review_block{ display:none !important; } - point 4? http://prnt.sc/yi529n Thank you
    #338471
    Ada
    Participant
    Hi, The code is working . after adding code wait for page to load completely. I do not see leave a reply button on the top see https://prntscr.com/yi8h4j I missed to mention but I allready shared code for point-4 . See ss chapter 3/4 is hidden. Sorry I misunderstood point-3, when asking for css it will be very kind if you mark elements which you want to hide so that I do not miss anything. Please check this https://prntscr.com/yi8vtt and confirm these are the element which you want to hide? I'll share the code for the same.
    #338474
    Hi Ada, I confirm, all elements disappeared :-) I confirm, the elements I want to hide are the ones marked by you.
    #338492
    Ada
    Participant
    Ok, Thanks for confirming. Use this css code for rest element.
    
    .vibebp_main .course_status  .course_timeline span.lesson_count , span.lesson_duration {
        display:none !important;
    }
    
    #338517
    Thank you for the code. Plaese one more thing: is it possible to hide also number of lessons? http://prnt.sc/yj6vui
    #338668
    Ada
    Participant
    Hi This code is sufficient to hide no of lessons . https://prntscr.com/yop40v Please check again and share if it is not removing courss lesson count.
    #338733
    Ada
    Participant
    Updated the code at your site. Please check
    #338756
    Very good! Thank you!
    #338901
    Ada
    Participant
    Thank-you for compliment. Closing this topic.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Hide icons and time in course pages’ is closed to new replies.