Survey CSS Gallery
Modified on: Wed, 8 Jul, 2020 at 11:41 AM
x
Download the CSS below, and copy it into the CSS Editor of your survey in CustomerGauge.
Download CSS Copy CSSUse these examples to spice up your Surveys to be in line with your branding or campaign-specific styles.
Grab the one you like and let us know your thoughts. You can combine multiple of these CSS on the survey to stylish it the way you'd like.
Gallery
Please click on the image of your choice to be able to download the corresponding CSS.
Change Flag to Text
/****************** The flags need to be in the order they are enabled *******************/ /******************** First flag - English *******************/ a[href*='lang='] img { display: none; } a[href*='lang=']:first-child:after { content: 'EN'; } /******************** Second flag - Spanish *******************/ a[href*='lang=']:nth-child(2):after { content: 'ES'; } /******************** Third flag - French *******************/ a[href*='lang=']:nth-child(3):after { content: 'FR'; } /******************** Fourth flag - Dutch *******************/ a[href*='lang=']:nth-child(4):after { content: 'NL'; } /******************** Last flag - Portuguese *******************/ a[href*='lang=']:last-child:after { content: 'PT'; }
https://support.customergauge.com/helpdesk/attachments/5122110928
Change Font Family and Color
body { font-family: fantasy; font-weight:bold; color: #2e2e2e; font-size: 17px; } /********************** HTML widget Text ***********************/ b { font-size: 20px; font-family: cursive; font-weight: normal; } /********************* Questions *************************/ h2 { font-size: 20px; font-family: fantasy; color: #506ea1; font-weight: normal; } /************************ Scale labels text ****************************/ .labels small { color: black; font-family: italian; font-size: 20px; font-weight: normal; } /************************* Next/Back Page Button Text **********************/ .btn-primary { font-family: cursive; font-size: 20px; font-weight: normal; } .btn-default { font-family: cursive; font-size: 20px; font-weight: normal; } /************************* Footer Text ***************************/ footer p { color: #61b2c2; font-size: 10px; font-family: italian; font-weight: normal; } /************************ Footer Links **********************/ footer p a { color: #b692d4; font-size: 10px; font-family: italian; font-weight: normal; } /************************ Checkbox Labels ***********************/ .checkbox label, .radio label { color: #b692d4; font-size: 10px; font-family: italian; font-weight: normal; } /******************** Forms and Scales text *******************/ .form-group .btn-info{ color: #61b2c2; font-size: 10px; font-family: italian; font-weight: normal; } .form-group>label{ color: #61b2c2; font-size: 10px; font-family: italian; font-weight: normal; }
https://support.customergauge.com/helpdesk/attachments/5124771876
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.