Only display 1 teacher name on course

Home Forums Legacy Support Support queries Setup issues Only display 1 teacher name on course

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #371979
    hothaibinh
    Participant
    Hi, Previously I asked for support to display only 1 teacher on course info. I got helped from someone from WPMLS. It works on homepage. However, the 2nd teacher name is till on course info page https://vimeo.com/621381990/fd5a4f0082 Please help By the way, how may I control which teacher to be displayed there ?
    #372024
    Anshuman Sahu
    Keymaster
    Sure : please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
    .single-course .elementor-widget-container .course_instructors .course_instructor:nth-child(2){display:none}
    
    
    #372455
    hothaibinh
    Participant
    Hi, I've just done that, it removed the 2nd instructor on the side bar but it didn't remove on top https://photos.app.goo.gl/H6igD9d1PmmCfMJYA
    #372615
    Veronica
    Moderator
    use this
    .elementor-widget-wplms_course_info .elementor-widget-container .course_instructors a.course_instructor:nth-child(2){
        display:none;
    }
    http://prntscr.com/1vuetw8
    #373395
    hothaibinh
    Participant
    it works, thank you
    #373413
    Veronica
    Moderator
    thank for your confirmation
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Only display 1 teacher name on course’ is closed to new replies.