How to remove copyright and year texts in footer?

Hello all,

I want to remove or disable copyright and year texts in footer.

My store URL: https://u7yeji-na.myshopify.com

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.

It worked! Thank you @The_ScriptFlow

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.