All things Shopify and commerce
Hi! I have switched over to using the "Broadcast theme", however now when I was locking my website to make some adjustments it says "Shopify" in the footer, I managed to remove the "Powered by" but not "shopify"text, I will insert a picture. Could anyone help me?
Hey @alvasstore
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @alvasstore
Would you mind sharing your store URL? Thanks!
@alvasstore , try these
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code to the end of file
<script>
document.addEventListener('DOMContentLoaded', () => {
const poweredByElements = document.querySelectorAll('.copyright__content a');
poweredByElements.forEach(element => {
if (element.textContent.trim() === 'Powered by Shopify') {
element.textContent = 'Shopify';
}
});
});
</script>
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024