October 15, 2013 at 7:53 am
#4621
Rabin Shrestha
Participant
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