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

How to remove copyright and year texts in footer?

Solved

How to remove copyright and year texts in footer?

Mamdouh_USD
Tourist
38 0 6

Hello all,

 

 

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

 

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

 

Screen Shot 2025-06-27 at 3.18.50 PM.png

Accepted Solution (1)

The_ScriptFlow
Explorer
201 17 25

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:

The_ScriptFlow_0-1751027711239.png

If this was helpful mark as solution and don't forget to buy me a coffee.

 

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!

View solution in original post

Replies 3 (3)

The_ScriptFlow
Explorer
201 17 25

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:

The_ScriptFlow_0-1751027711239.png

If this was helpful mark as solution and don't forget to buy me a coffee.

 

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!
Mamdouh_USD
Tourist
38 0 6

It worked! Thank you @The_ScriptFlow 

The_ScriptFlow
Explorer
201 17 25

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.

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!