Title: Hiding Elements
Last modified: August 31, 2026

---

# Hiding Elements

 *  [newsdawg](https://wordpress.org/support/users/newsdawg/)
 * (@newsdawg)
 * [1 week, 1 day ago](https://wordpress.org/support/topic/hiding-elements-3/)
 * Hi – I would like help resolving the following elements:
    1. We’d like to hide the “reading” sub-header on each element of the course list.
    2. We’d like to have all of our courses appear on the student landing page, whether
       or not the student has enrolled, yet, so they can choose which to engage with(
       there is no set pathway).
 * I look forward to hearing how to do this, even if it includes code to add to 
   the WordPress Site
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhiding-elements-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Maizul](https://wordpress.org/support/users/maizul/)
 * (@maizul)
 * [3 days, 21 hours ago](https://wordpress.org/support/topic/hiding-elements-3/#post-19011335)
 * Hey [@newsdawg](https://wordpress.org/support/users/newsdawg/) ,
 * Thank you for reaching out. Could you please share a screenshot of the element
   you are referring to? This will help us clearly understand which “reading” sub-
   header you would like to hide and assist you accordingly.
 * Regarding displaying all courses on the student landing or home page, you can
   use the Tutor LMS Courses shortcode or the Tutor LMS Divi Course List module 
   to display all available courses:
 * [Tutor LMS Courses Shortcode](https://tutorlms.com/docs/shortcodes/shortcodes-list/)
   
   [Tutor LMS Divi Course List Module](https://tutorlms.com/docs/third-party-integrations/divi-integration/course-list-divi-module/)
 *  Thread Starter [newsdawg](https://wordpress.org/support/users/newsdawg/)
 * (@newsdawg)
 * [3 days, 13 hours ago](https://wordpress.org/support/topic/hiding-elements-3/#post-19011828)
 * Thank you for the links. I have attached a screenshot with an arrow pointing 
   to the “reading” text we’d like to hide.
 * Here’s a link to screenshot: [https://drive.google.com/file/d/105VkkWOU0xW6UAfQO5UKcW2S3lomDCpU/view?usp=sharing](https://drive.google.com/file/d/105VkkWOU0xW6UAfQO5UKcW2S3lomDCpU/view?usp=sharing)
 *  [Maizul](https://wordpress.org/support/users/maizul/)
 * (@maizul)
 * [16 hours, 12 minutes ago](https://wordpress.org/support/topic/hiding-elements-3/#post-19013517)
 * Hey [@newsdawg](https://wordpress.org/support/users/newsdawg/) ,
 * Thank you for sharing the screenshot. You can use the following custom CSS to
   hide the specific element:
 *     ```wp-block-code
       .tutor-tiny-2.tutor-text-subdued {
       	display: none !important;
       }
       ```
   
 *  Thread Starter [newsdawg](https://wordpress.org/support/users/newsdawg/)
 * (@newsdawg)
 * [4 hours, 41 minutes ago](https://wordpress.org/support/topic/hiding-elements-3/#post-19013924)
 * That worked – thank you!
 * Do you also have code that can hide / remove the “complete” element and the bottom
   of pages or in a course? We want people to be able to navigate freely without
   thinking it has to be linear.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhiding-elements-3%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/tutor-lms-divi-modules/assets/icon-256x256.jpg?rev=3598950)
 * [Tutor LMS Divi Modules](https://wordpress.org/plugins/tutor-lms-divi-modules/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tutor-lms-divi-modules/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tutor-lms-divi-modules/)
 * [Active Topics](https://wordpress.org/support/plugin/tutor-lms-divi-modules/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tutor-lms-divi-modules/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tutor-lms-divi-modules/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [newsdawg](https://wordpress.org/support/users/newsdawg/)
 * Last activity: [4 hours, 41 minutes ago](https://wordpress.org/support/topic/hiding-elements-3/#post-19013924)
 * Status: not resolved