dylanchannon
9/5/2018 - 7:56 AM

Display word with Burger menu

Displays and styles a word after the burger menu on Mobile

.nav-toggle-label:after {
    display: inline;
    content: 'XXXXXX';
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-size: 18pt;
    font-weight: bold;
    margin-left: 10px;
  }