Remove weird Skip to Results List Button Mobile

Solved

Remove weird Skip to Results List Button Mobile

chris500c
Tourist
3 0 3

When accessing my store on mobile, a weird skip to results list button appears in the top left corner - how do I remove this?

- I haven't edited the code whatsoever

- only appears on mobile, and not in mobile view through the theme editor

Accepted Solution (1)
Moeed
Shopify Partner
7715 2071 2550

This is an accepted solution.

Hey @chris500c 

 

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>
a.skip-to-content-link.button-secondary[href="#ResultsList"] {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1748548426473.png

 

If I managed to help 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 5 (5)

Moeed
Shopify Partner
7715 2071 2550

Hey @chris500c 

 

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


chris500c
Tourist
3 0 3

yes of course!

 

heres the URL: https://evening.clothing/password

 

the password is: error404

Moeed
Shopify Partner
7715 2071 2550

This is an accepted solution.

Hey @chris500c 

 

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>
a.skip-to-content-link.button-secondary[href="#ResultsList"] {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1748548426473.png

 

If I managed to help 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


chris500c
Tourist
3 0 3

Ur the best - thank you!

Moeed
Shopify Partner
7715 2071 2550

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications