Title: Course Overview Issues
Last modified: August 24, 2016

---

# Course Overview Issues

 *  [belliez](https://wordpress.org/support/users/belliez/)
 * (@belliez)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/course-overview-issues/)
 * Hi there,
 * [http://gbep.co.uk/courses/gbep-1-retail-etiquette/](http://gbep.co.uk/courses/gbep-1-retail-etiquette/)
 * [1] When I enter the description for Course Overview, the resulting view only
   shows around 45 characters and ends the line with … (see below).
 * > “this is a test on the first line – this is a…”
 * How can I change this to allow more text (and I would like to include a video
   here also).
 * [2] How can I remove the course info: i.e.
    Course Dates: Enrollment Dates: Who
   Can Enroll: Course Language: Price:
 * Thank you
 * [https://wordpress.org/plugins/coursepress/](https://wordpress.org/plugins/coursepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/course-overview-issues/#post-6130399)
 * Hey there belliez,
 * Hope you’re well today!
 * 1. In order to change this you’ll have to make modifications to the shortcode
   that is being added to that template. Please go to /wp-content/plugins/coursepress/
   includes/templates/single-course-before-details.php and you’ll be able to see
   course summary shortcode on line 6. Simply increase numeric value in length from
   50 to what ever you suits you the most.
 * As for the video you can add one in course description, see screenshot [http://screencast.com/t/zcHap8qt](http://screencast.com/t/zcHap8qt)
   and it will be displayed in your course page [http://screencast.com/t/12a9sijE](http://screencast.com/t/12a9sijE).
 * 2. As for removing course info I guess that can be done with some custom CSS,
   please try adding the following CSS codein the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .single-course .enroll-box {
         display: none;
       }
       ```
   
 * This will remove the whole part, if you want to remove specific part from course
   info please let me know 🙂
 * Hope this helps 🙂
 * Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Course Overview Issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/coursepress_f7e9b6.svg)
 * [CoursePress Learning Management System](https://wordpress.org/plugins/coursepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/coursepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/coursepress/)
 * [Active Topics](https://wordpress.org/support/plugin/coursepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/coursepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/coursepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/course-overview-issues/#post-6130399)
 * Status: not resolved