Want to remove link above the announcement bar

Topic summary

A user encountered an unwanted link appearing above their announcement bar on their Shopify store (advertfoxstudio.com).

Solution provided:

  • Navigate to Online Store → Themes → Edit code → theme.liquid
  • Search for <body tag
  • Remove the link/liquid code found in the line immediately following the body tag
  • Save changes and refresh the storefront

Multiple respondents confirmed this approach, with one providing visual screenshots demonstrating the exact location of the problematic code and the before/after results.

Resolution:
The issue was successfully resolved. The original poster confirmed they located and removed the extra link from theme.liquid, eliminating the unwanted element from their site.

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

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/

1 Like

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:

  • From your Shopify admin, go to Online Store → Themes → … → Edit code.
  • Open theme.liquid.
  • Use the search bar (or press Ctrl + F / Cmd + F) to look for the exact URL or snippet you’re seeing on-site.
  • If you find it, delete that line (or comment it out), then click Save.
  • Refresh your storefront to confirm the link is gone.

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

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

1 Like

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.

1 Like

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. :blush:

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.