• Hi guys. Please help, I just need to remove the number of registrations that shows under each course.

    <span class=”students”>1 registrations</span>

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

Viewing 1 replies (of 1 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You can use this CSS code to hide it

    
    .thim-course-block-3 .course-item .participants .students {
        display: none !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Remove registration number from courses’ is closed to new replies.