Re: Remove "powered by shopify" in the footer - DAWN 12.0.0 - 2024

Solved

Remove "powered by shopify" in the footer - DAWN 12.0.0 - 2024

mobsdogs
Tourist
10 0 4

 How can i remove the powered by shopify. 

Screenshot 2024-01-21 at 22.19.17.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10133 2404 3038

This is an accepted solution.

Hi @mobsdogs 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a[target="_blank"][rel="nofollow"] {
    display: none;
}

 

And save. 

Result:

Made4uoRibe_0-1705877029443.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10133 2404 3038

This is an accepted solution.

Hi @mobsdogs 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a[target="_blank"][rel="nofollow"] {
    display: none;
}

 

And save. 

Result:

Made4uoRibe_0-1705877029443.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
mobsdogs
Tourist
10 0 4

Thank you

Made4uo-Ribe
Shopify Partner
10133 2404 3038

Welcome, please dont forget to hit likes as well thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
TG42
Tourist
5 0 2

Hey man, can you please take a look to my new question on my account? I think you would solve that easily.

Appreciate it! 

Nu89
Shopify Partner
55 1 3

Thanks, worked for me too

amandalala
Tourist
11 0 2

thanks,, it works!!!!!!!!!!