"How do I change the font in the footer of the newspaper theme?

Posted in: Newspaper
Post count: 11
Post count: 3343

Hi,
Use this CSS, add it in Theme panel -> Custom CSS

.td_popular_categories li a {
    font-size: 18px;
}
.td_social .td_social_type {
    font-size: 18px;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.