3200creative
2/20/2015 - 12:24 AM

FontAwesome 4 Menus - customization

FontAwesome 4 Menus - customization

/*Install Font Awesome 4 Menus plugin*/
/*Create Menu - this is for a social icon menu*/
/*Add classes to menu class (i.e. fa fa-facebook)*/

/* FontAwesome Menu */
.menu-social-menu-container {
	width: 100%;
}

.menu-social-menu-container ul {
	text-align: center;
}
#menu-social-menu li {
	border:none;
	display: inline-block;
}

#menu-social-menu a {
	color: #fff;
	display: inline-block;
	width: 18px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 8px;
	background: #683649;
	border-radius: 3px;
	margin: 0 4px 12px;
	line-height: 1;
	text-align: center;
	font-size: 16px;
}

#menu-social-menu li a:hover {
	background: #72756d;
}

#menu-social-menu .fontawesome-text,
#menu-social-menu li:before {
	display: none;
}