Title: Complete Lesson Button
Last modified: April 22, 2020

---

# Complete Lesson Button

 *  Resolved [aliserge](https://wordpress.org/support/users/aliserge/)
 * (@aliserge)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/complete-lesson-button/)
 * How can we change “Complete Lesson” Button color?
    Now it’s the same color as
   the top bar, need different color just for the button. Thanks

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

 *  [arsama](https://wordpress.org/support/users/arsama/)
 * (@arsama)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/complete-lesson-button/#post-12715081)
 * I change it in my child theme css file by **.tutor-single-page-top-bar .tutor-
   single-lesson-segment button.course-complete-button** class
 *     ```
       .tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button {
       	background: #0e07368c;
       }
       ```
   
 *  Thread Starter [aliserge](https://wordpress.org/support/users/aliserge/)
 * (@aliserge)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/complete-lesson-button/#post-12715341)
 * [@arsama](https://wordpress.org/support/users/arsama/) Thank you! )))
 *  Plugin Support [Ashfiqur Rahman Anim](https://wordpress.org/support/users/anim07/)
 * (@anim07)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/complete-lesson-button/#post-12715618)
 * Hello
 * As arsama said you can use that code too in your theme child css file. and make
   the color change
 * There is another option you can go to appearance > customize go to additional
   css options from there and paste this code
 * button.course-complete-button.tutor-button {
    background-color: red !important;}
 * change the color to anything that you want to this will work.
 * Thank you
    Best regards
 *  Thread Starter [aliserge](https://wordpress.org/support/users/aliserge/)
 * (@aliserge)
 * [6 years ago](https://wordpress.org/support/topic/complete-lesson-button/#post-12728643)
 * Another question about “Complete Lesson” Button.
    How to add it at the bottom
   of Lesson page? (Duplicate)
 * Thank you
 *  Thread Starter [aliserge](https://wordpress.org/support/users/aliserge/)
 * (@aliserge)
 * [6 years ago](https://wordpress.org/support/topic/complete-lesson-button/#post-12730550)
 * Or even better make a button at the bottom “Complete Lesson and take next”
 *  Plugin Support [Ashfiqur Rahman Anim](https://wordpress.org/support/users/anim07/)
 * (@anim07)
 * [6 years ago](https://wordpress.org/support/topic/complete-lesson-button/#post-12731324)
 * Hello [@aliserge](https://wordpress.org/support/users/aliserge/)
 * YOu can change the lesson page design using the oxygen builder that is integrated
   with the tutor lms plugin [https://docs.themeum.com/tutor-lms/integrations/oxygen-builder/single-lesson-template/](https://docs.themeum.com/tutor-lms/integrations/oxygen-builder/single-lesson-template/)
   this is the link that will help you to understand. You can follow this way or
   make php customization in your site to change the button position in your site.
   We suggest not to make php customization as they will be removed once you update
   the plugin. Please let us know for further query.
 * Thank you
    Best regards

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

The topic ‘Complete Lesson Button’ is closed to new replies.

 * ![](https://ps.w.org/tutor/assets/icon-256x256.gif?rev=3193875)
 * [Tutor LMS - eLearning and online course solution](https://wordpress.org/plugins/tutor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tutor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tutor/)
 * [Active Topics](https://wordpress.org/support/plugin/tutor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tutor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tutor/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Ashfiqur Rahman Anim](https://wordpress.org/support/users/anim07/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/complete-lesson-button/#post-12731324)
 * Status: resolved