Footer titel Background

Posted in: Newspaper
Post count: 1

Hello,

I will change the color from the background of the Footer-Titel.
Who can I do thats?

Look hier: https://www.screencast.com/t/8bjxPpAhu

Thanks for your help
Miguel

Post count: 20688

Hi,

If you are using block widgets, their title backgrounds can be changed in each of their settings like this
https://www.screencast.com/t/uhEXvcXhEI

For different widgets that do not have these settings, you could try a code like this and see if it works for you (the color can be changed to what you need)

.td-footer-wrapper div
.td_block_template_4
.td-block-title span {
background-color: yellow;
}

The code must be entered in Theme panel->Custom Css. If it does not work properly, it would be helpful if you could provide a link to your website, and I will give you a more accurate solution.

Thanks

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