Advertisement
briank

Kartra Membership Nav Icons To Text (OLD)

Apr 12th, 2021 (edited)
1,709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.98 KB | None | 0 0
  1. <!-- The following label is an editing aid and will not appear in live -->
  2. <p>Use text nav menu instead of icons</p><!-- membership-textual-tool-menu -->
  3. <script>if ('app.kartra.com' !== location.hostname) document.currentScript.parentElement.parentElement.style.display = 'none';</script>
  4. <style>
  5. @media (min-width: 500px) {
  6. .navbar-nav [class^="lineico-"]:before {
  7. font-family: Roboto, Lato, sans-serif !important;
  8. font-size: 14px;
  9. }
  10. @media (max-width: 669px) {
  11. .navbar-kartra .navbar-nav.navbar-right { padding: 10px; }
  12. }
  13. .navbar-nav .lineico-search:before, .navbar-nav .lineico-lupa:before { content: "Search"; }
  14. .navbar-nav .lineico-person-1:before { content: "Profile"; }
  15. .navbar-nav .lineico-burger-menu:before, .navbar-nav .lineico-sitemap:before { content: "Sitemap"; }
  16. .navbar-nav .lineico-safety-buoy:before, .navbar-nav .lineico-helpdesk:before { content: "Help"; }
  17. .navbar-nav .lineico-logout-2:before, .navbar-nav .lineico-logout:before { content: "Logout"; }
  18. }
  19. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement