Transparent footer

Hello guys , can help me make my footer Transparent

Hello @Suco

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css or style.css

Step 3: Add code

footer {
   background-color: transparent !important;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

hi dont work for me

dont work for me

yes sure

https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50

pass- Humblee3030

Hi @Suco

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.footer {
background-color: transparent !important;
}