Re: removed bottom link of footer "Website template by Shopify" turbo theme

removed bottom link of footer "Website template by Shopify" turbo theme

Chantelrudden
Shopify Partner
107 1 19

Hi i would like to delete the "Website template by Shopify" link at the very bottom in my footer.

Screenshot 2024-03-08 at 12.35.04 AM.png

url: https://www.sarahhoodstudio.com/

pass: sarahhoodjewelry

Replies 5 (5)

prakashVt
Shopify Partner
260 23 35

Hello @Chantelrudden ,

There should be a settings option in the footer section in theme customization to hide or change this message. If you can't find it then you can hide it using CSS.
Go to the themes section, select Edit code, and search for the file named "styles.css". Once you've found it, paste the following code at the bottom.

p.credits a:last-of-type {
    display: none;
}

 

- Enhanced your Cart Drawer for free, Shipping Protection included -VTN Cart Drawer Pro
- Feel free to Contact for more help (Free Support): prakash.prabhakar@vtnetzwelt.com
Chantelrudden
Shopify Partner
107 1 19

what if I want to put my own link ? "Designed by House of Bettencourt"

 

prakashVt
Shopify Partner
260 23 35

It is feasible. But I can't tell you the exact file where you need to change the text without having access to your store. @Chantelrudden 

- Enhanced your Cart Drawer for free, Shipping Protection included -VTN Cart Drawer Pro
- Feel free to Contact for more help (Free Support): prakash.prabhakar@vtnetzwelt.com

PageFly-Henry
Shopify Partner
1184 335 293

Hi  @Chantelrudden 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag </body> -> save.

PageFlyHenry_0-1709888096490.png

 

 

<style> [href="https://themes.shopify.com?utm_campaign=poweredby&utm_medium=shopify&utm_source=onlinestore"] {

    display: none !important;

}

</style>

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Chantelrudden
Shopify Partner
107 1 19

What if I woul dlike to replace it with my own link? "Designed by House of Bettencourt"