Hide Total number of Students in Course – WPLMS V4

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide Total number of Students in Course – WPLMS V4

Tagged: 

  • This topic has 10 replies, 3 voices, and was last updated 3 years ago by Ada.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #356359
    mgozitn
    Participant
    Hello There, How can I hide Total number of Students in Course without using CSS code? If not possible, please provide the CSS code to resolve the issue. Thank you,
    #356431
    Veronica
    Moderator
    hi in version 3 this can be only hidden with the CSS but in v4 as we have course layout in vibebp>>course layout select your current course layout edit it and remove this section http://prntscr.com/12m1kst and then save the setting
    #356474
    mgozitn
    Participant
    This reply has been marked as private.
    #356614
    Veronica
    Moderator
    hi for that can only be hidden with CSS
    #356620
    mgozitn
    Participant
    This reply has been marked as private.
    #356636
    Veronica
    Moderator
    ok please provide the page URL on which you want to hide this
    #356639
    mgozitn
    Participant
    This reply has been marked as private.
    #356651
    mgozitn
    Participant
    This reply has been marked as private.
    #356746
    Ada
    Participant
    Hi, You can edit your home page with elementor and try any other featured style for course block in vibe-grid. Or you can use this custom css
    
    .home-page .vibe_grid .courseitem .course_meta span.vicon.vicon-user {
        display:none !important;
    }
    
    #356852
    mgozitn
    Participant
    This reply has been marked as private.
    #356864
    Ada
    Participant
    okay, closing this topic.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Hide Total number of Students in Course – WPLMS V4’ is closed to new replies.