How To Make Footer Transparent On Studio Theme?

I want my website to look like https://fkxv1.com/ but I’m currently working on how to make my footer transparent. Any help? My website: https://gizmogods.com/collections/drop-1

Hi @AidenGrails

I would like to give you a solution to support you.

You can try adding code by following these steps:

  1. Go to Online Store → Theme → Edit code https://prnt.sc/oupnLBNWZSiQ

  2. Open your theme.liquid theme file

  3. Paste the below code before


I hope my solution works and support for you.

Kind & Best regards,

GemPages Support Team

Go to your Online store > Themes > Edit code > theme.liquid, add this code above tag


Also, please reload background that you added in pagefly.

Hi @AidenGrails

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

footer.footer.color-background-2.gradient.section-footer-padding {

background: transparent !important;

z-index: 999999;

position: absolute;

left: 0;

right: 0;

bottom: -40%;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly