• Resolved shmulik77

    (@shmulik77)


    How can I change the icon on the button of the registration to a course(the icon with the small blue cart)

    Also , How can I remove the name of the instructor the course

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

Viewing 1 replies (of 1 total)
  • Hi there,

    Thanks a lot for using Tutor LMS and contacting us. For changing the icon we need to override this file: /wp-content/plugins/tutor/templates/single/course/add-to-cart-woocommerce.php

    Here is the guide to follow: https://docs.themeum.com/tutor-lms/developers/override-templates/.

    Please apply the following CSS on Appearance > Customize > Additional CSS to hide the instructor name:

    .tutor-loop-author,
    li.tutor-single-course-author-meta {
        display: none;
    }

    Hopefully, it’ll work for you. You can hide your preferred option from Tutor LMS > Settings > Course.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘change register button and text’ is closed to new replies.