Hi guys,
could anyone please help me with getting my footer colour into black?
I’ve tried it with css but can’t seem to succeed.
My shop is tranquilo.store
Hi guys,
could anyone please help me with getting my footer colour into black?
I’ve tried it with css but can’t seem to succeed.
My shop is tranquilo.store
Hi @Tranquilo ,
footer.footer-main.dark.flex-full.color-scheme--dark.site-footer.footer-alignment--left {
background: black !important;
}
Thanks!
Go to your online store → edit code → theme.min.css file and paste this code in the end of file
.footer-main--inner.wrapper-spacing--h {
background: #000 !important;
}
.footer-bottom--inner.wrapper-spacing--h {
background: #000 !important;
}
Hi @Tranquilo
Try this one.
.footer-wrapper * {
background: black !important;
}
button#FooterSubscribe {
border: 1px solid white;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!