Can you increase the font size of survey questions?

Options

Here is one way to increase the size font in a survey:





.Explicit {

font-size: 16px;

}




The CSS snippet above is telling the browser to increase the size of the survey font to 16 pixels. You can change the 16px to whatever number you would like. The CSS snippet would need to be embedded in the CustomStyle.css file.

Please be very careful when inserting this snippet in the CustomStyle.css file as it can distort your entire site.



1. Login as admin

2. Go to Setup

3. Scroll down and click on "Page Wrapper Editor"

4. On the left hand side, under "Related Actions"

- Click on "edit CustomStyle.css"

- I would suggest inserting the snippet towards the top of the file.

- insert the snippet and click on the Finish button to save your changes.



* NOTE: Sometimes it can take up to 10 minutes for changes to show up in the end-user side. Also make sure that this snippet does not conflict with other parts of the site.

Tagged:

Categories