How can i make my store down header transparent
Heres my url: www.grizelclothing.com
I wanna make it like its on the top, so the stars would show in the down too.
A user seeks to make their online store’s footer header transparent, similar to how stars appear at the top of their site.
Solution provided:
footer.footer.color-background-1.gradient.section-footer-padding {
background: transparent !important;
}
Outcome: The solution was successfully implemented and confirmed working by the original poster.
How can i make my store down header transparent
Heres my url: www.grizelclothing.com
I wanna make it like its on the top, so the stars would show in the down too.
Hi @nicotiini
Try this one.
footer.footer.color-background-1.gradient.section-footer-padding {
background: transparent !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you, it worked!