Hello!
How can I hide button "Print" in quizzes?
https://drive.google.com/file/d/1ywOL2tZBN86yuXahsx-Ff9SY9htVAoh8/view?usp=sharing
Help me with custom css, please.
hi
add this code in wp-admin >> appearance >> customize >> custom css.
.in_quiz .quiz_result a.print_results {display: none !important;}
Thank you but this code does not help on my site.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
use this:
.incourse .incoursequiz_details.show_controls div .buttons.has-addons.small a.button.tip:nth-child(3){
display:none !important;
}