Hi, I am using a LiveMesh theme utilizing your page builder.
I am trying to match the icons currently used. I have determined they are icon moon icons. The CSS has a long list of available icons, but no previews. When I go to the icon moon site I don’t see any of the icons used in my theme.
Here is part of what the style sheet shows:
@font-face {
font-family: ‘icomoon’;
src:
url(‘icon-fonts/icomoon.ttf?pxt2w3’) format(‘truetype’),
url(‘icon-fonts/icomoon.woff?pxt2w3’) format(‘woff’),
url(‘icon-fonts/icomoon.svg?pxt2w3#icomoon’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
[class^=”icon-“], [class*=” icon-“] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: ‘icomoon’ !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-volume-mute:before {
content: “e901”;
}
.icon-volume-mute1:before {
content: “e902”;
}
.icon-cart:before {
content: “e900”;
}
.icon-eye2:before {
content: “e000”;
}
How can I preview the available icons?
Thanks!
Paula
Hi Paula
Thanks for reaching out.
Will you perhaps be able to use a SiteOrigin widget to apply the required icons? If so, a preview will be available within the widget. If this doesn’t help, perhaps you can send a link to the page concerned so I can take a look at the icons you’re matching, where they are, so I can get a better understanding of the overall picture.
Thanks again :)