Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello all,
I want to remove or disable copyright and year texts in footer.
My store URL: https://u7yeji-na.myshopify.com
Solved! Go to the solution
This is an accepted solution.
Hey @Mamdouh_USD,
To remove the copyright from the footer you need to paste this coding in the end of base.css file.
Here is how you can find base.css file.
Go to Shopify Admin >> Online Store >> Themes >> Edit Code >> base.css
.footer__copyright.caption {
display: none !important;
}
Results:
If this was helpful mark as solution and don't forget to buy me a coffee.
This is an accepted solution.
Hey @Mamdouh_USD,
To remove the copyright from the footer you need to paste this coding in the end of base.css file.
Here is how you can find base.css file.
Go to Shopify Admin >> Online Store >> Themes >> Edit Code >> base.css
.footer__copyright.caption {
display: none !important;
}
Results:
If this was helpful mark as solution and don't forget to buy me a coffee.
I am happy that it could help. If this was helpful please don't forget to Buy me a Coffee.
It encourage me to help other merchants.