Hello How do I make the menu transparent on desktop and mobile? I also would like to hide the footer on the home page only. This is the preview link on where I’m trying to make these changes.
https://0dzxtqo9pyb9rh9s-55024255114.shopifypreview.com
Thanks in advance.
It didn’t work the footer is still there and the menu is only transparent when I scroll down.
@Only1mrsfragili
Can you please set the code so that I can checkout.
Hi @Only1mrsfragili
This is Henry 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 theme.liquid
Step 3: paste bellow code in tag → save.
@media (max-width: 767px){
.section-wrapper {
margin: 0 !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly
1 Like