• oldcode

    (@coconutcoder)


    I’m working on a site where the social icon images in the top row, and the icons in the footer, are missing The links are there, but I can’t find where the images are kept, or why they would be missing. I can inspect the classes (li.fb-icon), but I don’t see this class in the stylesheet.

    Theme: Incart
    Website: https://www.yachtaidmarine.com/

    I have already filled in the fields at Theme-> Options-> Header Top Bar-> Social Follow Icons

Viewing 1 replies (of 1 total)
  • Thread Starter oldcode

    (@coconutcoder)

    It looks like this theme is using font-awesome fonts. The font-awesome.css @fonts class looks like this:

    @font-face {
    font-family: ‘FontAwesome’;
    src: url(‘../font/fontawesome-webfont.eot?v=4.3.0’);
    src: url(‘../font/fontawesome-webfont.eot?#iefix&v=4.3.0′) format(’embedded-opentype’), url(‘../font/fontawesome-webfont.woff2?v=4.3.0’) format(‘woff2’), url(‘../font/fontawesome-webfont.woff?v=4.3.0’) format(‘woff’), url(‘../font/fontawesome-webfont.ttf?v=4.3.0’) format(‘truetype’), url(‘../font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }
    .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    }

Viewing 1 replies (of 1 total)

The topic ‘Missing social icon images’ is closed to new replies.