Updated to latest version of BeTheme and icon fonts have changed.
in Fonts
This is the old version of the theme, with some custom css adding the arrow before the link:
Here's the css:
.icon-layout:before {
content: '\e882' !important;
color: #EFC04F !important;
}
After the update, the same css looks like this:
Has the font changed at all in the last few versions of the theme? Any idea how to get my arrow back?
Here's the css:
.icon-layout:before {
content: '\e882' !important;
color: #EFC04F !important;
}
After the update, the same css looks like this:
Has the font changed at all in the last few versions of the theme? Any idea how to get my arrow back?
Comments
yes, the fonts has changed because the new were added into the package. All available icons are listed on http://themes.muffingroup.com/be/theme/shortcodes/typography/#icons
Thanks!
I see the change in base.css:
.icon-flight:before{content:'\e882'}
... which explains why the plane shows up instead of my arrow. The new code for my arrow is in there, too:
.icon-right:before{content:'\e911'}
Hopefully that info can help someone else out.