how to change bottom border on taste theme

jhaddock
Tourist
9 0 3

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

 

Screen Shot 2022-04-20 at 5.24.43 PM.png

Replies 2 (2)

Denishamakwana
Shopify Partner
1408 173 231

Please add below code in bottom of assets/section-footer.css file

.footer__content-bottom {
          border-top1px  solid #000;
          background: #fff;
          padding-bottom100px;
}
@media screen and (min-width: 750px)
.section-footer-padding {
         padding-bottom: 0;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on denishabhensdadiya@gmail.com | Shopify Design Changes | Custom Modifications In to Shopify Theme
ReturnPrime
Shopify Partner
438 63 102

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