Shopify themes, liquid, logos, and UX
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
Hi,
I want to remove website page link that’s coming above Announcements bar on each page, here is my website link websitehttps://advertfoxstudio.com/
Solved! Go to the solution
This is an accepted solution.
Hey @Advertfox
It’s likely that the extra link was added to your theme.liquid file by mistake. Here’s a quick way to fix it:
That should clear things up! If you can’t locate the snippet, let me know and I can guide you through other theme files where it might be hiding.
Best,
Moeed
This is an accepted solution.
Hey @Advertfox
It’s likely that the extra link was added to your theme.liquid file by mistake. Here’s a quick way to fix it:
That should clear things up! If you can’t locate the snippet, let me know and I can guide you through other theme files where it might be hiding.
Best,
Moeed
Hey Moeed,
Thanks a ton! That was super helpful—found the extra link in theme.liquid just like you said. Removed it, and the issue’s all sorted now. Really appreciate the clear, step-by-step guidance!
Funny enough, I was updating a section on fun riddles for kids at the time—just a reminder that even light-hearted content needs a clean and secure setup. 😊
Best,
@Advertfox
thanks for your help
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hello @Advertfox ,
Edit theme.liquid search for <body
in the next line to it you find a liquid code or direct a link, remove it and the issue will be fixed.
If not sure or issue still as it is please share the theme.liquid code.
Regards
Guleria
Hi @Advertfox ,
I have checked by generating issue by myself and confirmed that there is a link added to the body which will appear to the home page for example
Now, go to Online store >> Themes >> Edit code >> Theme.liquid and remove the link
Now, the link will be removed from the top.
If you stuck somewhere, feel free to message me or reply here.