Re: How can I remove my shopify URL that is being displayed at the footer of my website?

How can I remove my shopify URL that is being displayed at the footer of my website?

groovyboardz
Tourist
5 0 0

Footer.jpg

Freddy Acevedo
Replies 2 (2)

RockTechnolabs
Shopify Partner
251 36 60

Hi, @groovyboardz 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

<style>
div#reforesta_shop {
    display: none;
}
</style>

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

Best Regards,
Rock Technolabs

banned

dbuglab
Shopify Partner
473 51 53

Hi @groovyboardz 

Please follow these Steps:

1) Go to Online Store
2) Edit Code
3) Please find theme.liquid file
4) Add the following code above </head> tag

<style>
div#reforesta_shop {
    display: none !important;
}
</style>




dbuglab_0-1694151471149.png

 

banned