Tagged: widget
.widget-title { font-size: 12px; line-height: 30px; padding-bottom: 15px;
Changing the font size does not change the font size for the text widget title. + <font size=”number”>text</font> inside the text widget is having no effect?
Can you post link to your site?
http://www.settlementagreementsolicitorlondon.co.uk/
It seems you are trying to change the font size of footer widget title, try this
#colophon .widget-title { font-size: 12px; line-height: 30px; padding-bottom: 15px; }
Rabin