Change background colour of Footer-Menu

Posted in: Newspaper
Post count: 4

Hello,

I want to change on my website (tipsterio.de) the background color of “Tipsterio” and “Facebook Gruppen”. They are currently orange and I want to have it transparent, so no background color.
How I can do that?

Thanks.

Post count: 27744

Hello,

I checked your website and seems you use a child theme =>https://prnt.sc/18p8713, then you need to change the color in the style CSS where you have set a custom code CSS for widget h4 https://prnt.sc/18p8713 or you can use this custom code CSS =>https://www.screencast.com/t/W6ZjfbHEf
.td-footer-wrapper .widget .td-block-title {
background: transparent;
}

Thank you!

Post count: 4

Hey 🙂

Added the custom CSS code. Works. thanks.

Post count: 4

https://tipsterio.de/mainz-wuerzburger-kickers-analyse-freundschaftsspiel/?swcfpc=1

How I can change the orange background on the right side?

Post count: 27744

Hello,

To change the background on the right side use this code => https://www.screencast.com/t/3eqLlv34Sau

.widget .td-block-title {
background: transparent;
}

Thank you!

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