How can I make the footer of my Dawn theme transparent?

I have managed to make the header transparent from another post but could not find any code to make the footer transparent on my website too.

website:https://blobby-8544.myshopify.com/

pw:untora

Hello @blobmic

Its Artzen Technologies! We will be happy to help you today.

  1. Go to online store > theme > Edit code > Assets > base.css (file) and Paste the below code at bottom of the file → Save
.footer{
  background-color: transparent !important;
}
  1. see after edit code:

Let me know if need further assistance

Regards,

Artzen Technologies

2 Likes