Hello,
Need help with getting powered by shopify gone.
Thanks
Hello,
Need help with getting powered by shopify gone.
Thanks
You could try adding this rule to the bottom of the section-footer.css file. It should hide it from the footer section.
.copyright__content:nth-child(2) {
display: none;
}
you can hide it using the CSS command given by @Nick_Marketing or you can share the code of the footer file here so that this can be deleted permanently from theme
You can remove this text by editing your theme languages:
Hope this helps.