Hello,
Thanks for this but it`s not working.
i have done below things in my main CSS file.
.footer-bg {
background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) ,
url(‘https://www.xyz.in/wp-content/uploads/2018/09/footer-bg.jpg’);
/*add your desire image src path here.*/
background-size: cover;
width: 100%;
height: auto;
}
.site-footer .sidebar-container {
background:none !important;
}
can you please check and update