Footer Widgets Font Color

Posted in: Newspaper
Post count: 14

Hello,
is there a way to change font color of the block modules (headline and/or excerpt) in the Footer?
I am using footer template 3 and block 7 in the footer.
Ernst

Post count: 7909

Hi,

You can do this via custom css, for example – http://screencast.com/t/uQlEnbKchttp://screencast.com/t/VghrcvF1wV

.td-footer-template-3 .td_block_7 .entry-title a {
color: #F70C0C;
}

.td-footer-wrapper .block-title a, .td-footer-wrapper .block-title span, .td-footer-wrapper .block-title label {
color: #F70C0C;
}

Thanks!

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