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;
}
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
Another question about “Complete Lesson” Button.
How to add it at the bottom of Lesson page? (Duplicate)
Thank you
Or even better make a button at the bottom “Complete Lesson and take next”
Hello @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/ 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