Viewing 6 replies - 1 through 6 (of 6 total)
  • Dear @mmetros

    Did you enable the filter option from the Tutor LMS settings? Please let me know.

    Thank you.

    Thread Starter mmetros

    (@mmetros)

    Yes, I have.

    Thread Starter mmetros

    (@mmetros)

    IS there a way we can modify the short cade to remove the image and author name?

    Hello @mmetros,

    From wp admin backend dashboard > appearance > customize > additional CSS you can copy, paste the code given below

    
    .tutor-mt-auto {
      display: none !important;
    }
     
    
    Thread Starter mmetros

    (@mmetros)

    Got it. I would like to remove ratings, the bookmark icon, the image, and author’s name if possible. Thank you!

    Hello @mmetros,

    You can apply the codes given below

    
    .tutor-course-card .tutor-course-bookmark {
        display: none;
    }
    .tutor-ratings-stars {
        display: none;
    }
    .tutor-ratio-16x9 {
        display: none;
    }
    .tutor-mt-auto {
      display: none !important;
    }
    
    
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tutor LMS Shortcode for Courses – Removing Image, Author, & etc.’ is closed to new replies.