How do I remove an agency's name from my website footer?

An agency helped me develop my shopify website. He has out his agency name in my footer, next to my company name but I want to delete it. I already deleted the code in the footer liquid but there is still some text. Is there another place i need to look at?

Thank you

Hi @meisroelink

Can you please provide your Store URL and Password too?

With Regards,
Dbuglab

I put a screenshot

@meisroelink

Go to footer.liquid file
find the copyright code and replace this with what you want.

Thanks

Thanks. I already removed his text in the footer liquid. Is there another thing I can do because it is still here

@meisroelink
Can you please share collab access?

Hey @meisroelink

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

https://boltix.nl/

@meisroelink

Please follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Please find theme.liquid file
  4. Add the following code above tag

Hey @meisroelink

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @meisroelink ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at the bottom of the file → Save

.footer__copyright.caption>.copyright__content:nth-child(2){
display:none !important
}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly