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
Hi @Suco
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.footer {
background-color: transparent !important;
}