Tick and Cross markings block questions

Home Forums Legacy Support Support queries Styling issues Tick and Cross markings block questions

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184107
    kapitalminds
    Participant
    Need help with css styling codes or some other guidance to shift the tick and cross markings away from the question so it doesn't block the question when checking answer, and perhaps have the markings background transparent as well. In addition, is it possible to remove the tick and 1 mark each that's appearing for every question? http://prntscr.com/lhfldr
    #184196
    logan
    Member
    hey, Please goto wp-admin > appearance > customize > custom css > paste these code here. .question_wrapper.loaded .result {position: absolute !important; right: 50px !important; top: 50px !important;} .question_wrapper.loaded .incorrect, .question_wrapper.loaded .result {background: #ff000000 !important;} .question_wrapper.loaded .correct, .question_wrapper.loaded .incorrect {transform: scale(0.6) !important;} Refer: http://prntscr.com/lhqucc it will shift the cross marking away from the question and also decreases the size.
    #184335
    kapitalminds
    Participant
    Fantastic! Much better now. Thank you.
    #184370
    logan
    Member
    Happy to help you. thanks. closing this topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Tick and Cross markings block questions’ is closed to new replies.