Grey overlay on my filters option in my page mobile shopify

Solved

Grey overlay on my filters option in my page mobile shopify

SF18
Visitor
3 0 0

On my mobile app, I cannot use my filters because of this overlay blocking it. This is a custom website and I have tried everything. Screen Shot 2024-08-13 at 3.14.22 AM.png

Accepted Solution (1)
Moeed
Shopify Partner
7722 2071 2550

This is an accepted solution.

Hey @SF18 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.wrapper-overlay {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1723544645009.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
7722 2071 2550

Hey @SF18 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


SF18
Visitor
3 0 0
Moeed
Shopify Partner
7722 2071 2550

This is an accepted solution.

Hey @SF18 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.wrapper-overlay {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1723544645009.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


SF18
Visitor
3 0 0

Worked!! Thank you!!