Guest User

Untitled

a guest
Apr 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. /* mobile menu color hamburger */
  2. @media (max-width: 767px) { /* Makes these changes only when screen sizes is 767 px or less */
  3. .fl-page-nav-collapse ul.navbar-nav > li > a {
  4. color: #f8bf7a; /* Rule 1: Sets color for default expanded menu links */
  5. }
  6. .fl-page-nav-collapse ul.navbar-nav > li.current-menu-item > a {
  7. color: #d4dccd; /* Rule 2: Sets color for active page menu link */
  8. }
  9. .fl-page-nav .navbar-toggle * {
  10. color: #c70919; /* Rule 3: Sets color for hamburger icon or MENU text */
  11. }
  12. }
Add Comment
Please, Sign In to add comment