Navbar Labels becomes blur when I changed the color
See original GitHub issueDescribe the bug In AdminLTE-3.1, I tried to change the Header Navbar color from white to danger as shown below:
<nav class="main-header navbar navbar-expand navbar-danger navbar-light">
But the resulting Navbar header looks blur. The labels are no more clear. See it below:
How do I resolve this and make the labels clear and legible?
Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
html - Blurry logo - nav bar - Stack Overflow
My logo is showing blurry but I cannot figure out what I'm doing wrong. I've tried removing each attribute to find what was...
Read more >barTintColor not working in iOS 15 | Apple Developer Forums
I followed the advice from @Rincewind and got it working, with one exception: When you change the appearances, the navigation text, is then...
Read more >Fixing a Blurry Logo - Part 1 (PNG) - Web Design Blog
The issue of blurriness arises when you upload an image that has the exact pixel dimensions of the space you are targeting.
Read more >How to make Bootstrap Navbar transparent - code helpers
You can achieve a very impressive effect by using our animated navbar, which is transparent on start, and change the color after the...
Read more >How To Create a Top Navigation Bar - W3Schools
Learn how to create a top navigation bar with CSS. ... Add a black background color to the top navigation */ ... Change...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve tested it with v3.2 (master) and it works, if I replace
navbar-light
withnavbar-dark
.Then it looks like this:
Thanks so much @REJack