font-size and style sub-footer

Posted in: Newspaper
Post count: 25

Hi,

How can I change the font (size and style) in my sub-footer in Newspaper 4?

Post count: 7909

Hi,

Unfortunately the theme doesn’t have an option for this in version 4, but you can change it via custom css in Theme Panel > Custom Css – http://screencast.com/t/tsA7GDbc

.td-sub-footer-menu li a {
font-size: 15px;
color: red;
}
.td-sub-footer-copy {
font-size: 15px;
color: green;
}

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.