Skip to content

Fix : unstyled header on Track Order page - #958

Open
Jai-Shankar1033 wants to merge 1 commit into
adithyan-css:mainfrom
Jai-Shankar1033:fix/track-order-header-styles
Open

Fix : unstyled header on Track Order page#958
Jai-Shankar1033 wants to merge 1 commit into
adithyan-css:mainfrom
Jai-Shankar1033:fix/track-order-header-styles

Conversation

@Jai-Shankar1033

Copy link
Copy Markdown

Fixes #943

Turns out the Track Order page never linked the site's main style.css — it only had its own track.css. Since all the header styling (logo, nav links, theme toggle, cart) actually lives in style.css, the header was just showing up as plain unstyled text and links.

Fix was simple, just added the missing link tag before track.css so the shared styles load first:

<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="track.css">

Tested it locally, header looks and behaves exactly like it does on the other pages now.

@vercel

vercel Bot commented Jul 19, 2026

Copy link
Copy Markdown

@Jai-Shankar1033 is attempting to deploy a commit to the adithyansubramani1-1657's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Jai-Shankar1033

Copy link
Copy Markdown
Author

Hey @adithyan-css, whenever you get a sec @adithyan-css, this one's ready to go just the one line fix, tested it against the other pages' headers and it matches now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Track Order page header is unstyled

1 participant