Skip to content

Instantly share code, notes, and snippets.

@gspice
Created January 21, 2016 20:43
Show Gist options
  • Save gspice/713ee1bc0271a33f5527 to your computer and use it in GitHub Desktop.
Save gspice/713ee1bc0271a33f5527 to your computer and use it in GitHub Desktop.
Adding telephone to custom menu in header right widget in genesis theme - this was Executive Pro but in theory it should work in any using this sup.
/* telephone styling */
.genesis-nav-menu li.telephone a {
font-size:24px;
font-weight:500
}
.site-header .genesis-nav-menu a {
padding:16px 20px
}
.site-header .button a {
color:#fff
}
.site-header .button a:hover {
color:#666
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment