How can I change the font size of Candidates?

How can I change the font size of Candidates?

Changes to various objects, including candidate font size can be changed through the CUSTOM CSS editor in Voting Manager.

Here, you can edit the custom.css that is loaded on the voting site. It is loaded as the last CSS file. Please note that we cannot provide support for doing custom styles through this interface. This is an advanced interface that should only be used if you understand how CSS works and can write your own CSS rules. Please contact us if you require us to do custom styling for you, and we will provide you a customization quote. 

For example, the coding for increasing the candidate font size to 150% is below:

.candidaterow .blurb-box > label {
    font-size: 150%;
}