Nav links in header invisible on published site


I’m at a loss for what can be causing this. The links are only visible on the designer but disappear when viewing the published or production site. The links still work, they’re just not visible. Any ideas for what might be the problem here?

Here is my site Read-Only: Webflow - Tanita Candle

Hi there,

Links can sometimes appear differently between the Designer and published sites due to various factors like custom code, interactions, or CMS settings. To troubleshoot this, you can:

  1. Check your link settings in the Designer to ensure they’re properly configured
  2. Review any custom code that might affect link visibility
  3. Verify your page settings and publishing options

Before pushing changes to your live site, you can use the webflow.io staging subdomain to test and verify link behavior. This allows you to catch any discrepancies between the Designer and published versions without affecting your production site.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

Had this pop up on a client build,turned out the link text was inheriting a color: transparent style on publish. Check global styles or custom code targeting a tags, and inspect with dev tools on the live site to see what’s overriding.

Hey @miradi ,

Are you still facing this issue? I checked the site and the links in the navigation seems to be visible as you would expect it to.

You can clear cache on your browser or try testing the site on incognito if you are still not able to see the nav links as per the design.

Check the published CSS , looks like the nav links are inheriting a transparent or same-color style. Inspect with dev tools on the live site and compare against the Designer to see what’s overriding.