Home Forums Basel support forum Social Icons Reply To: Social Icons

#10532

Artem Temos
Keymaster

Yes, you can use the following code for this

.fa-odnoklassniki:before {
	opacity:0;
  	background: url(IMAGE_PATH.png) no-repeat center center;
  	background-size:cover;
  	width:20px;
  	height:20px;
}

Regards