• It seems a file is missing in the theme: genericon.svg. Safari is telling me, that it could not load that ressource.

    • This topic was modified 3 years, 11 months ago by jnchristp.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @jnchristp,

    Thank you for reaching out.

    It seems that something is blocking the Genericons to load since they are loaded externally. I wasn’t able to replicate this issue on my end, but if you’d like to remove the genericon.svg, you can remove line 1729 in the style.css file of your theme.

    It looks like this:

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      @font-face {
        font-family: "Genericons";
        src: url("./Genericons.svg#Genericons") format("svg"); } }

    Let me know if this worked for you.

    Best Regards,
    Pavle

Viewing 1 replies (of 1 total)
  • The topic ‘Genericons missing’ is closed to new replies.