Skip to content

Instantly share code, notes, and snippets.

@M-Drummond
Created April 23, 2015 02:00
Show Gist options
  • Save M-Drummond/eacf539cf8c57d34469a to your computer and use it in GitHub Desktop.
Save M-Drummond/eacf539cf8c57d34469a to your computer and use it in GitHub Desktop.
Add icon to the menu of a responsive site.
select.nav-1-chosen-select {
background-image: url('/wp-content/themes/dynamik/css/images/menu-icon.png');
background-position: 10px 10px;
background-size: 20px;
background-repeat: no-repeat;
padding-left: 35px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment