Re: How to remove powered by shopify from my footer Dawn 14.0.0

Solved

How to remove powered by shopify from my footer Dawn 14.0.0

PedroPrado
Excursionist
46 0 7

How do I remove powered by shopify from my footer? My version is Dawn 14.0.0

PedroPrado_0-1718655918963.png

Mine is this one, it's because it's in Portuguese.

Accepted Solution (1)

AcidPi
Shopify Partner
61 14 16

This is an accepted solution.

Hi,

 

https://help.shopify.com/en/manual/online-store/themes/customizing-themes/remove-powered-by-shopify-...

 

or you can add some CSS to Theme Settings > Custom CSS

small.copyright__content:nth-child(2) {
  display: none;
}

 

Regards

 

 

View solution in original post

Replies 4 (4)

AcidPi
Shopify Partner
61 14 16

This is an accepted solution.

Hi,

 

https://help.shopify.com/en/manual/online-store/themes/customizing-themes/remove-powered-by-shopify-...

 

or you can add some CSS to Theme Settings > Custom CSS

small.copyright__content:nth-child(2) {
  display: none;
}

 

Regards

 

 

PedroPrado
Excursionist
46 0 7

Uau! Thank you a lot!

Humn12
Tourist
6 0 0

Can you please help me, i want my menu with ,home,support,info to be centered under my logo. If you look at my website you can see that it is off center to the left, my website is richeboystudios.com 

AcidPi
Shopify Partner
61 14 16

Hi @Humn12 
Sure, myself or someone on this forum can have a look however can you start a new topic with your question, provide website URL, what theme you're using and if applicable what customisations you have already done to the menu.

Regards