Using Titan - have CSS upgrade but am not familiar enough with code to know how to decrease size of font in my right footer widget. Thanks!
The blog I need help with is swainkyle.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Using Titan - have CSS upgrade but am not familiar enough with code to know how to decrease size of font in my right footer widget. Thanks!
The blog I need help with is swainkyle.wordpress.com.
This should do it for you.
.footer-column p {
font-size: 1em;
}
This topic has been closed to new replies.