How do I fix my minimal footer text issue?

Hi all, I’m having trouble with my footer text :disappointed_face: Any help would be very much appreciated.

It currently reads:

© 2021, TheLittleClothRabbit. All rights reserved, please do not reproduce any images without consent © 2021 The Little Cloth Rabbit/Emma Talbot

But I just want it to say:

All rights reserved, please do not reproduce any images without consent © 2021 The Little Cloth Rabbit/Emma Talbot

I can find the text that reads: All rights reserved, please do not reproduce any images without consent © 2021 The Little Cloth Rabbit/Emma Talbot but can’t find the: © 2021, TheLittleClothRabbit. text anywhere to delete it!

Can anyone help? Thanks so much

Hii, @EmT
Can you provide me your store URL so,
I can resolve your problem.
Thank You.

1 Like

Thanks so much! It’s

https://the-little-cloth-rabbit.myshopify.com/

@EmT
Can You Add me as a Staff So,
I can resolve your problem.
Thank You.

@EmT , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
hr + .grid .site-footer__links {
    font-size:0px;
}

hr + .grid .site-footer__links > [target*='blank']{
    font-size: 14.45px;
}

Please let me know whether it works.

Kind regards,
Diego

Hi sorry for my delay in replying, I’ve managed to fix it but thank you for your help.

Hi so sorry for my delay in replying, I’ve managed to fix it but thank you so much for your help.