Remove floating item

Hi,
can anyone help me remove this “build with” floating icon?

https://wrdapparel.net/
Password: umiglu

1 Like

@Daniel19901 - that button do not have any class or id, hence adding css to it is difficult, which app or code have you added for this button?

1 Like

@suyash1 Instant

@Daniel19901 - please check if that app has an option to disable this button, because it do not have class or id

Hello @Daniel19901

the popup is added from the app. You can turn it from the customization or direct from the stop showing it.

Hello @Daniel19901

Try this

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file

document.querySelectorAll(‘a[rel=“noopener”]’).forEach(function(el) {
el.style.display = ‘none’;
});
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @Daniel19901 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


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 :heart_eyes:

@BSSCommerce-HDL thank you for your reply. I tried it in the theme.lq as suggested, but it didn’t work :disappointed_face:

Hi @Daniel19901 , Pls try again with this code:


1 Like

@BSSCommerce-HDL Almost PERFECT! it shows for a split of a second and then disappears. Can we maybe make it to not show at all? I guess this is because the code that comes from “add ons” is being read after the original one

Hi @Daniel19901 , Pls try again with this code:


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 :heart_eyes:

@BSSCommerce-HDL not yet :((