Quiz Styler

Need to send invoices?
Check out my new WordPress plugin HDInvoice
Limited time launch sale

Results Text Padding/margin

Published: November 1, 2023
Support status: closed

At the moment the ‘Results’ text is too close to the actual results, how can I add either padding or margin in between the two.

Thanks

thread author: asif

Got it, found the CSS. if anyone needs it the following worked for me:

.hdq_results_inner > .hdq_results_title {
color: var(–hdq-results-title-text-color, var(–hdq-question-title-color)) !important;
font-size: var(–hdq-results-text-font-size, 1.5em);
margin-bottom: 20px !important;
}

01 November 2023 — 10:00 thread author - asif

Login to reply