We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

REMOVE THE SHOPIFY FOOTPRINT

REMOVE THE SHOPIFY FOOTPRINT

AA226
Excursionist
19 0 5

Dear community, 

 

I'm using Pipeline, and on the footer of my website it seems like the "powered by Shopify" is not editable on the edit mode. Could someone be able to give me a code that remove this please ? 

 

AA226_0-1750710079779.png

 

My website is "Carmelya.cc"

 

Many thanks! 

 

 

Replies 6 (6)

BiDeal-Discount
Shopify Partner
819 109 182

Hi @AA226 

let add this custom css code to your theme settings:

.subfooter__copyright {
  display: none;
}

BiDealDiscount_0-1750726805936.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

Kyle_liu
Shopify Partner
441 55 80

Hi @AA226 

 

In base.css  add this code:

 

.subfooter__item--copyright {
display: none;
}

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

devcoders
Shopify Partner
1654 190 499

Hello @AA226 

1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
2. In the Assets folder, open base.css and add your CSS code at the end

.subfooter__copyright {
display: none;
}
Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @AA226 

Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings 

.subfooter__copyright:has(a[href="https://www.shopify.com?utm_campaign=poweredby&utm_medium=shopify&utm_source=onlinestore"]) { display: none !important; }

Screenshot 2025-06-24 at 10.47.36.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

dmwwebartisan
Shopify Partner
12384 2560 3749

@AA226 

Please add the following code at the bottom of your css file.

.subfooter__copyright a[href*="shopify"] {
    display: none;
}

dmwwebartisan_0-1750759333325.png

 

Hope this helps!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

Sayed_Safin
Shopify Partner
101 1 2

Hi @AA226 , Please follow these steps

  1. Go to the theme setting and open edit code
  2. Search the theme.css file and add the given code at the bottom of the theme.css file
.subfooter__item.subfooter__item--copyright .subfooter__copyright{
  display:none !important;
}​

 

- Need a Shopify Specialist? Visit Here



- Custom Design | Advanced Coding | Store Migration | Custom Schema and app Integration


- Conversion Rate Optimization | AB Test Development