Re: Remove unknown buttons - SENSE webpage

Solved

How to remove unknown buttons from SENSE theme webpage?

Reavers6
Tourist
8 0 0

Hi there,

 

I made some changes to my webpage but cannot figure out what's causing these white squares to appear on my home page. It shows up at the bottom above the footer.

 

I am using SENSE theme and replo to design it

 

I'm unable to find what's causing this so any help would be welcome.

 

Reavers6_0-1713706500859.png

 

 

TL
Accepted Solution (1)
ThePrimeWeb
Shopify Partner
2139 616 520

This is an accepted solution.

Hey @Reavers6,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
div#instafeed .glide__arrow {
    display: none !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1713711719215.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 7 (7)

ThePrimeWeb
Shopify Partner
2139 616 520

Hey @Reavers6,

 

Can you share the link to your store please? Thanks!

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
Reavers6
Tourist
8 0 0
ThePrimeWeb
Shopify Partner
2139 616 520

This is an accepted solution.

Hey @Reavers6,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
div#instafeed .glide__arrow {
    display: none !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1713711719215.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
Reavers6
Tourist
8 0 0

Thanks so much! This worked for me 🙂 

TL

PageFly-Amelia
Shopify Partner
626 165 238

Hello @Reavers6 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

Could you please provide me with the URL of the page so I can check it for you?

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

Reavers6
Tourist
8 0 0
PageFly-Amelia
Shopify Partner
626 165 238

Hello @Reavers6 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

.glide__arrow {
  display: none !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.