• Disable the “Instructor Info” option in Settings > Design and the Instructor Details are hidden from the course, but they are not hidden from the course archive page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Parag Das

    (@parag44)

    Hello @handclicked

    You can add the following CSS on Appearance > Customize > Additional CSS to hide the instructor info from the course archive page.

    .list-item-author {
        display: none !important;
    }

    Thank you!
    Best Regards,

    Thread Starter handclicked

    (@handclicked)

    Thanks for your reply, I do know this, but would be good if functionality mirrored the settings too!

    Plugin Support Parag Das

    (@parag44)

    Hello @handclicked

    Thanks for your suggestion. We will try to add this in future releases.

    Thank you!
    Best Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide author on course listing page’ is closed to new replies.