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
dbuglab
September 7, 2023, 7:07am
2
Hi @meisroelink
Can you please provide your Store URL and Password too?
With Regards,
Dbuglab
dbuglab
September 7, 2023, 7:11am
5
@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
dbuglab
September 7, 2023, 7:15am
7
@meisroelink
Can you please share collab access?
Moeed
September 7, 2023, 7:17am
8
Hey @meisroelink
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
dbuglab
September 7, 2023, 7:27am
10
@meisroelink
Please follow these Steps:
Go to Online Store
Edit Code
Please find theme.liquid file
Add the following code above tag
Moeed
September 7, 2023, 7:29am
11
Hey @meisroelink
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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