Hide powered by text

Solved

Hide powered by text

smokeSpot04
Visitor
2 0 1

Hi shopify community,

I want to hide this text in my footer. I've tried some code, but it didn't work. Can anyone help? I'm using the Rebel theme.

smokeSpot04_1-1724464451044.png

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1186 306 358

This is an accepted solution.

Hi @smokeSpot04 ,

Step 1: Go to Admin -> Online store -> Theme > Edit code

BSSCommerceB2B_0-1724464947584.png

Step 2:   Find the file theme.liquid 

Step 3: Paste the below code before </body> on theme.liquid

 

<style>
    .footer__copyright.caption > copyright__content {
       display: none!important;
    }
</style>

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Reply 1 (1)

BSSCommerce-B2B
Shopify Partner
1186 306 358

This is an accepted solution.

Hi @smokeSpot04 ,

Step 1: Go to Admin -> Online store -> Theme > Edit code

BSSCommerceB2B_0-1724464947584.png

Step 2:   Find the file theme.liquid 

Step 3: Paste the below code before </body> on theme.liquid

 

<style>
    .footer__copyright.caption > copyright__content {
       display: none!important;
    }
</style>

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency