The quiz question answers have selection circles that are too dark to see.

Home Forums Legacy Support Support queries Styling issues The quiz question answers have selection circles that are too dark to see.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #331930
    behappy536
    Participant
    The quiz question answers have selection circles that are difficult to see because of their dark color on a dark background. How can this be fixed?
    #331931
    behappy536
    Participant
    This reply has been marked as private.
    #331977
    Ada
    Participant
    Hi Use this css code for this. Add it in appearance >> Customize >> custom css
    
    /*For icon color in quiz quesion */
    #vibebp_member .incourse .question ::before {
        
        background-color:#f8f1f1 !important;
    }
    
    #332033
    behappy536
    Participant
    This reply has been marked as private.
    #332110
    Ada
    Participant
    Hi I updated the code with below one at your site and now it is fine. Please check and confirm. /*For icon color in quiz quesion */ #vibebp_member .incourse .question .radio>input[type=radio]+label::before { background-color: #f8f1f1 !important; }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘The quiz question answers have selection circles that are too dark to see.’ is closed to new replies.