Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞Bug: URL Header Highlighter Not Working Across Pages #131

Open
HimanshuHeda opened this issue Jan 8, 2025 · 1 comment
Open

🐞Bug: URL Header Highlighter Not Working Across Pages #131

HimanshuHeda opened this issue Jan 8, 2025 · 1 comment

Comments

@HimanshuHeda
Copy link

Description:

The active header (or navigation) link is not highlighted on the corresponding page, making it difficult for users to identify which page they are currently on. This impacts the overall navigation experience and clarity.

Steps to Reproduce:

Navigate to the website.
Click on any navigation link in the header (e.g., Home, About, Contact, etc.).
Observe that the header link for the active page is not visually highlighted.

Expected Behavior:

The active navigation link in the header should be highlighted (e.g., bold text, underlined, or with a distinct background color) to indicate the current page.

Actual Behavior:

The active navigation link is not highlighted, or the highlight does not persist when navigating to another page.

Possible Causes:

Missing or incorrect CSS class for the active link.
Failure to update the active link dynamically when navigating between pages.
Conflicts with JavaScript or CSS that may override the active state styling.

ScreenShort:

image
image
image

Priority:

Medium (Improves navigation clarity for users).

@HimanshuHeda
Copy link
Author

@DebugSwift Please assign and Labels me this issue

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

No branches or pull requests

1 participant