hello i am editing the taste theme and i am trying to make the bottom footer that has the payment options white.
i dont see how to edit it without also changing the color of the footer with the navigation menus. I want the menus to stay pink and below it i want it white. I also want to add a black border to the footer.
website is
modaangelique.myshopify.com and password is lowrtu
thank You
Please add below code in bottom of assets/section-footer.css file
.footer__content-bottom {
border-top: 1px solid #000;
background: #fff;
padding-bottom: 100px;
}
@media screen and (min-width: 750px)
.section-footer-padding {
padding-bottom: 0;
}
Thank you.
Hey @jhaddock ,
Welcome to the Shopify community!
You can follow the instruction below:
.footer__content-bottom {
border-bottom: solid 0.1rem rgba(var(--color-foreground),.08);
border-top: solid 0.1rem rgba(var(--color-foreground),.08);
padding:3rem 0;
}
If you feel like my answer is helpful, please mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman
Return Prime