Change color footer widget title header

Posted in: Newspaper
Post count: 13

How do I change the color for the widget title header background in the footer?

For example, go to thedailyhoot.com and scroll to the bottom. You will see the title header background is black. Ho do I change this to a different color?

Post count: 23312

Hello adamc88,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-footer-wrapper div .td_block_template_3 .td-block-title > * {
background-color: red;
}

Thanks for the message!

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