• Resolved aliserge

    (@aliserge)


    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)
  • 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

    (@aliserge)

    @arsama Thank you! )))

    Plugin Support Ashfiqur Rahman Anim

    (@anim07)

    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

    (@aliserge)

    Another question about “Complete Lesson” Button.
    How to add it at the bottom of Lesson page? (Duplicate)

    Thank you

    Thread Starter aliserge

    (@aliserge)

    Or even better make a button at the bottom “Complete Lesson and take next”

    Plugin Support Ashfiqur Rahman Anim

    (@anim07)

    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

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

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