CSS For The Quiz Builder
/*Change the font of Field Labels*/
#_builder-form label {
font-family: "INSERT FONT" !important;
}
/* Submit Button*/
div.ghl-btn.ghl-submit-btn {
font-family: "INSERT FONT" !important;
}
/*Next Button*/
div.ghl-btn.ghl-footer-next {
font-family: "INSERT FONT" !important;
}
/*Back button*/
div.ghl-btn.ghl-footer-back {
display: none !important;
}