Change footer block color

Posted in: Newsmag
Post count: 56

Hello,

I’m using block 7 in footer:

http://take.ms/houLF

I’d like to change the color of the articles names, but only for a block in footer.

How can I do that?

Thanks.

Post count: 7909

Hi,

You can change the articles titles color via custom css: http://screencast.com/t/WkspSgddHq

.td-footer-container .td_module_6 .td-module-title a {
color: #ABBCCD;
}

Thanks!

Post count: 56

Hello,

I did as you told:

Here’s the code:

http://take.ms/EYogL

But the color of the articles titles is the same:

http://take.ms/Sf918

What’s wrong?

Post count: 7909

Hi,

Try to use !important tag:

.td-footer-container .td_module_6 .td-module-title a {
color: #ffffff !important;
}

Thanks!

Post count: 56

Thanks, that worked!

The problem was, I thought the Block 7 is equal to Module 7 so I used Module 7 in the code. But you used 6, I changed 7 to 6 and all worked.

Thanks again!

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