Home › Forums › Trusted Pro › Change Logo at Top-Logo Extra-Tel › Reply To: Change Logo at Top-Logo Extra-Tel
March 23, 2018 at 4:23 pm
#4273
Andy
Keymaster
I think this should do it:
.extra-tel .fa:before {
background-image: url('full-path-to-image');
background-position: center;
background-size: 24px;
color: transparent;
}
where full-path-to-image is the URL of an image in your media library.