Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* === Navbar background & text === */
- #main-header,
- #main-header #master-header,
- #main-header .master-header-inner,
- #main-header .navigation-bar {
- background: #0b5fff !important; /* your brand color */
- }
- /* Top bar (social/icons) if you use it */
- #main-header .top-bar {
- background: #0b5fff !important;
- }
- /* Links/icons in the header */
- #main-header a,
- #main-header .nav-link,
- #main-header .dropdown-item,
- #main-header .menu-toggle button,
- #main-header .header-tools-wrap * {
- color: #ffffff !important;
- fill: #ffffff !important;
- }
- /* Hover/active states for better contrast */
- #main-header a:hover,
- #main-header .nav-link:hover,
- #main-header .dropdown-item:hover {
- color: #e6efff !important;
- }
- /* Dropdown panels */
- #main-header .dropdown-menu {
- background: #0b5fff !important;
- border: none !important;
- }
- #main-header .dropdown-item:hover {
- background: rgba(255,255,255,0.12) !important;
- }
- /* Mobile offcanvas/menu panel */
- #main-header .mobile-menu {
- background: #0b5fff !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment