Home Forums Trusted Pro Change Logo at Top-Logo Extra-Tel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4268
    Phillip Allen
    Participant

    Is there way to put a custom logo/image here and replace the FA icon?

     

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

    #4279
    Phillip Allen
    Participant

    This works but since it is set to background it does weird things on resize (tiled etc). Plus since I am a CSS novice I don’t feel like doing media calls for the image.

    #4280
    Andy
    Keymaster

    Add this line to stop the image repeating

    background-repeat: no-repeat;

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Logo at Top-Logo Extra-Tel’ is closed to new replies.