Hello guys can help me take my footer transparently
I use refresh theme
Pass-Humblee3030
Hello guys can help me take my footer transparently
I use refresh theme
Pass-Humblee3030
Hey @Suco
Follow these Steps:
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey , I did but don’t work for me
maybe I viem in mobile version
Hey @Suco
I have updated the code, remove the code you added and add this updated code again.
Best Regards,
Moeed
Hey I remove and don’t work for me
![]()
Hi , I search and I don’t have this option you said
Yes sure what is your email ?
This is Noah from PageFly - Shopify Page Builder App
Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Hi @Suco ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file → Save
body {
position: relative !important;
}
footer.footer {
background-color: transparent !important;
}
.shopify-section.shopify-section-group-footer-group {
position: absolute !important;
z-index: 1;
bottom: 0 !important;
width: 100vw !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()