windrunner

Untitled

Sep 10th, 2025
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. /* === Navbar background & text === */
  2. #main-header,
  3. #main-header #master-header,
  4. #main-header .master-header-inner,
  5. #main-header .navigation-bar {
  6.   background: #0b5fff !important;   /* your brand color */
  7. }
  8.  
  9. /* Top bar (social/icons) if you use it */
  10. #main-header .top-bar {
  11.   background: #0b5fff !important;
  12. }
  13.  
  14. /* Links/icons in the header */
  15. #main-header a,
  16. #main-header .nav-link,
  17. #main-header .dropdown-item,
  18. #main-header .menu-toggle button,
  19. #main-header .header-tools-wrap * {
  20.   color: #ffffff !important;
  21.   fill: #ffffff !important;
  22. }
  23.  
  24. /* Hover/active states for better contrast */
  25. #main-header a:hover,
  26. #main-header .nav-link:hover,
  27. #main-header .dropdown-item:hover {
  28.   color: #e6efff !important;
  29. }
  30.  
  31. /* Dropdown panels */
  32. #main-header .dropdown-menu {
  33.   background: #0b5fff !important;
  34.   border: none !important;
  35. }
  36. #main-header .dropdown-item:hover {
  37.   background: rgba(255,255,255,0.12) !important;
  38. }
  39.  
  40. /* Mobile offcanvas/menu panel */
  41. #main-header .mobile-menu {
  42.   background: #0b5fff !important;
  43. }
  44.  
Advertisement
Add Comment
Please, Sign In to add comment