How can I fix the gradient color not appearing in my website footer?

Hi everyone,

I’ve change the header and footer color of my website www.nailostyle.com with theses codes:

.site-header{
background: linear-gradient(to right, #FBDBE6, #FBE0DB, #FBF0DB, #F6FBDB) !important;

.site-footer{
background: linear-gradient(to right, #FBDBE6, #FBE0DB, #FBF0DB, #F6FBDB) !important;

After that, I had the width of both edited and the background gradient/color of my footer does not appear anymore.

I’ve looked at different solutions in the community topics,I’ve tried everything, but it’s not working.

I’m a complete newbie… Can someone help me?

Thank you!

Fanny

Please add this css at the end of theme.scss

#shopify-section-footer {
    background: linear-gradient(to right, #FBDBE6, #FBE0DB, #FBF0DB, #F6FBDB) !important;
}

If solution works, then please click on accepted solution and please like!!!

1 Like

You’re a magician! Thank you soooooooooooo much for your help these days!!

If you want any changes in design then please be free to contact me
email: parambabla.soft@gmail.com

1 Like