Footer Background Gradient Color – Need CSS Code

Posted in: Newspaper
Post count: 106

I want to set gradient background color in footer…

tell me css code

https://newsangels.com/

Post count: 18283

Hello !

Please note that we offer quick css codes as fixes for our users but this requires custom work which is not covered by the support team. We recommend you hiring a freelancer or you can contact our custom work team here: https://tagdiv.com/premium-customization-services/

Thank you !

Post count: 106

I know the code,

div {
background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
}

But, tell me what is to replace with “div”.?

Post count: 18283

Hello !

Try this code: .td-footer-wrapper, .td-footer-wrapper .td_block_template_7 .td-block-title > *, .td-footer-wrapper .td_block_template_17 .td-block-title, .td-footer-wrapper .td-block-title-wrap .td-wrapper-pulldown-filter {
background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
}

But please note that you have to disable the background image.

Thank you !

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