Survey Expert Ryan Farmer observes that many well-known companies aren’t branding their surveys, and discusses why survey design is hyper-important when you want to gather customer feedback.
Quick Tip: Remove Bold Question Titles from your Template
Please Note:This is a tutorial for SurveyGizmo 2.0 users. We will be updating this for SurveyGizmo 3.0 users ASAP
Each of the templates or themes available within SurveyGizmo offer a different look to your survey, and can be adjusted to fit your specific preferences for look and feel.
With some of the themes, all the questions themselves are in bold text, making them stand out from the answers. In some cases however, you may prefer that the question titles are not bold, but regular text. This is a simple adjustment to the Look & Feel section of your survey.
Making changes to Look & Feel
- Scroll down to the large box titled This Theme’s CSS Template
- Near the top of the box, usually visible without scrolling, you will find something similar to the following code:
/* Question Titles */ .sg_QuestionTitle { font-weight:bold; color:#000; }
- You will want to change the line font-weight: bold to font-weight: normal. The results (using the example code above):
/* Question Titles */ .sg_QuestionTitle { font-weight:normal; color:#000; }
- Click Save Your Customizations