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

Sub-Menu text not visible on themes with white background. #4

Open
curelom opened this issue Jun 6, 2021 · 2 comments
Open

Sub-Menu text not visible on themes with white background. #4

curelom opened this issue Jun 6, 2021 · 2 comments

Comments

@curelom
Copy link

curelom commented Jun 6, 2021

I don't know if this is just my site, but whenever you have pages that have sub-pages created under them with navigation, selecting the menu brings a drop-down, but for most the themes the dropdown background is white and the text on the dropdown is white.

@sbwalker
Copy link
Member

sbwalker commented Jun 6, 2021

Sounds like a CSS issue... I am guessing these themes were not tested with sites that have sub menus.

@curelom
Copy link
Author

curelom commented Jul 25, 2021

Best I can figure to fix this is adding something like the following. I've added to my own css file. My css skills aren't all that great though.

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
color: darkslategray !important;
}

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

2 participants