Change CSS of “Start Quiz”/”Next Unit” buttons in mobile interface

Home Forums Legacy Support Support queries How-to & Troubleshooting Change CSS of “Start Quiz”/”Next Unit” buttons in mobile interface

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301528
    roath
    Spectator
    Hello, I don't know what happened but the background color of the "Next Unit" or "Start Quiz" buttons in mobile interface (portrait style) became black/dark gray... See https://prnt.sc/udbsbr. Please, how can I change this color to a more lighter tone or the theme/color scheme default? Thank you. Regards, Rodrigo
    #301557
    Diana
    Participant
    This CSS will work for you, paste in wp-admin > appearance > customize > custom css @media (max-width: 768px){ .course_pursue_panel_hide .course_content_panel .unit_wrap .unit_prevnext{ background:#008000 !important; }
    }
    Please change the hex color code according to your requirement above
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change CSS of “Start Quiz”/”Next Unit” buttons in mobile interface’ is closed to new replies.