Online Survey Tutorials
SurveyGizmo Tutorials and Help Documentation
Tutorial: Quick Tip: Remove Bold Question Titles from your Template
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
That’s it! If you have any further questions, feel free to check out our forums and contribute to the community!

