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 ?
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}
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
use this
.elementor-widget-wplms_course_info .elementor-widget-container .course_instructors a.course_instructor:nth-child(2){
display:none;
}
http://prntscr.com/1vuetw8
thank for your confirmation