• Resolved janrodz19

    (@janrodz19)


    I need help with the colors of the buttons of TutorLMS. They look like this: https://ibb.co/Lky0fMx

    How can I change the background color? Thanks in advance!

    Also I have a problem with this button (“send test”). Can anyone help me out?
    Link: https://ibb.co/K9TwLDJ

    • This topic was modified 4 years, 9 months ago by janrodz19. Reason: other issue

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Janrodz19

    You may change the background color by adding some CSS code into Appearance-> Customize-> Additional CSS.

    a.tutor-button.tutor-success {
        background: pink !important;
    }

    This CSS will help you to change the 2 button background colors you mentioned.

    Thread Starter janrodz19

    (@janrodz19)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Start Course Color’ is closed to new replies.