Give Your Promotion's Disclaimer Text Some Style

Learn how to style the Facebook disclaimer text for contests with CSS. Choose the perfect color and font to make it look good!
Dana Kilroy

Learn how to style the Facebook disclaimer text for contests using CSS, including color, font size, and font family.

Just because the Facebook disclaimer text is required for every contest, that doesn't mean it can't look good!

Style it with the following CSS:

/*Style Promotion Disclaimer Text*/.ss_promotion_disclaimer{color: #CCCCCC; /*Color of Disclaimer Text*/font-size:10px; /*Font Size of Disclaimer Text*/font-family:  Arial, Helvetica, sans-serif; /* Web Safe Font Family of Disclaimer Text*/}

You can use the following guides to help you choose a great Hex Value for the color of your text, and to find the appropriate web safe font:Hex

Value Guide: http://www.w3schools.com/cssref/css_colorsfull.asp

Guide to web-safe fonts: http://www.w3schools.com/cssref/css_websafe_fonts.asp.