How to delete the floating logo from my website?

Hello!

Although I got rid of the ‘Powered By Shopify’ text in the footer, there’s a floating Shopify logo icon that is at the bottom of my pages no matter which page it is, and it remains at the bottom of the screen even if you scroll (pic follows below).

I want to get rid of this but I’m not sure how, and I haven’t been able to find the answer either Googling or searching Shopify forums, help articles, and posts. My theme is Supply.

Thank you!

(picture shown is a screenshot of the lower left of my browser screen. The black bar on the side is behind the browser, part of my desktop wallpaper. The icon shown follows you up and down the page, remaining in the lower left corner.)

2 Likes

That logo only appears if you’re logged in as an administrator. Normal visitors or customers won’t see it.

13 Likes

Thanks a lot! I’m pretty new to Shopify so I don’t know all the things yet, but I’m getting there. Thanks for the help!

2 Likes

Sure, no worries! You’ll get the hang of it quickly. Simply ask here on the forums if anything isn’t clear or you get stuck.

Looking forward to seeing your store!

1 Like

Yes. Thanks for the information.

Thanks @KarlOffenberger ! :smiley:

My website is live now (without any pesky logos floating around, lol) if you would like to check it out! :slight_smile:

bluedragoncollectibles.com

1 Like

Thank you.

Hi, I’m logged in as an administrator and the logo has disappeared making it harder to go back and fourth to edit and preview my pages. How do I get the logo back?

Hello,

The same icon showing up on my homepage in administrator and visitor, i want it remove. Can someone help please.

Thanks in advance.

Fig

Hello, How did you removed the powered bu shopify? Thanks!

Thanks Karl. It is gone now from the desktop version of my site (I logged out as admin on the desktop). But it still shows when I’m on my Android even though I am not logged into Shopify on my Android. Any idea why? Thanks

how to add the hove to venture theme. can you help me.

{% comment %} {{ product.featured_image.alt | escape }} {% endcomment %} {% assign image = product.featured_image %}
{% assign img_url = image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' %} {{ image.alt | escape }}
{{ featured.featured_image.alt | escape }} {{ product.images.last.alt | escape }}
card__image">
{% if settings.product_vendor_enable %}
{{ product.vendor }}
{% endif %}
{{ product.title }}

{% if product.available %}

{% if product.compare_at_price > product.price %} {% comment %} Product is on sale {% endcomment %} {% if product.price_varies %} {% assign sale_price = product.price | money_without_trailing_zeros %} {{ 'products.product.on_sale_from_html' | t: price: sale_price }} {% else %} {{ 'products.product.regular_price' | t }} {{ product.compare_at_price | money_without_trailing_zeros }}

{{ ‘products.product.sale_price’ | t }}
{{ product.price | money_without_trailing_zeros }}
{% endif %}

{% else %}
{% comment %}
Not on sale, but could still have varying prices
{% endcomment %}
{% if product.price_varies %}
{% assign price = product.price | money_without_trailing_zeros %}
{{ ‘products.product.from_text_html’ | t: price: price }}
{% else %}
{{ ‘products.product.regular_price’ | t }}
{{ product.price | money_without_trailing_zeros }}
{% endif %}

{% endif %}
{%- unless product.price_varies -%}
{%- if current_variant.unit_price_measurement -%}
{% include ‘product-unit-price’, product_variant: current_variant, wrapper_class: “product-card__unit-price” %}
{%- endif -%}
{%- endunless -%}

{% else %}
{{ 'products.product.sold_out' | t }}
{% endif %}

Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden {
position: absolute;
z-index: -1;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.reveal:hover .hidden {
z-index: 100000;
opacity: 1;
}
.reveal .caption {
position: absolute;
top: 0;
display: table;
width: 100%;
height: 100%;
background-color: white; /* fallback for IE8 */
background-color: rgba(255, 255, 255, 0.7);
font: 13px/1.6 sans-serif;
text-transform: uppercase;
color: #333;
letter-spacing: 1px;
text-align: center;
text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
display: table-cell;
vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 979px) {
.reveal .caption {
font-size: 11px;
}
}

{% if product.compare_at_price > product.price %}
{% comment %}
A visually-hidden label before regular/sale prices clarifies
prices for screen readers, so hide the sale tag from them.
{% endcomment %}

{{ 'products.product.on_sale' | t }}
{% endif %}
{% assign view_string_length = 'products.product.view' | t | size %} {{ 'products.product.view' | t }}

This is bizarre, I used Shopify all last year and never saw that shopping bag Shopify logo and now it suddenly appears. It’s annoying and I wish I could get rid of it.

I recently added the trust me trust badge app by girrafily and ive set everything up and when i view my store nothing shows. do i have to edit some kind of code? or is there a issue with my store

This solution used to help but now it doesn’t. You say the floating icon is only there when you’re logged in as an administrator, so how do you log out as an administrator? I’ve logged out from shopify admin on desktop and phone app but the floating icon will not go away. Any new solutions for this annoying problem? Thanks for your time.

I logged out as administrator but logo is still there. Any new solutions that also work? Thanks.

This solution did not resolve this issue for me. Please provide another solution that works. Thanks.

Hello,

I have the same problem here. I tried to login as customer but i can see the logo still. is there anyway to get rid of it? its for an admin icon it supposed not to there in the first place. thank you.

What do you guys think? I’m not fully finished yet. Still a bit to do. Would appreciate any feedback.

I still see it on my desktop when I type my website into a new search window and also want it removed…

Please provide a fix to this issue.

Thanks