Home Forums Trusted Pro Change Logo at Top-Logo Extra-Tel Reply To: Change Logo at Top-Logo Extra-Tel

#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.