Reply To: Altering Icons

#1608
livemesh
Keymaster

I have attached the icon for the “car”. After uploading the icon to your media library, you can have a custom CSS specified in the Custom CSS tab in the theme options panel for this icon to take effect –

.features-list-alternate .icon-taxi {
font-family: inherit;
color: transparent;
background: url("http://yourdomain.org/wp-content/uploads/2013/09/taxi.png");
width: 32px;
height: 32px;
	
} 

Hope this works for you. Thanks