1 min read

CSS For The Quiz Builder

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;

}

Still need help?

Our support team is always here for you, real humans, any time.

Contact support →