Hi – I have a disclaimer in my footer and it’s quite long. Any way to reduce the font size? I only found a general Font tab in General Stylings, but I think that affects font everywhere. Thanks. See bottom of page at http://dominiquehurley.com
Hi dominiquehurley ;
use this line of css in order to decrease the size of your first widget text in the footer :
#footer #text-2 .textwidget p{font-size: 14px !important; line-height: 16px !important; }
adjust the sizes as you like
Thanks so much begrafiks. It worked. Resolved.