Updated to latest version of BeTheme and icon fonts have changed.

This is the old version of the theme, with some custom css adding the arrow before the link:

image

Here's the css:

.icon-layout:before {
    content: '\e882' !important;
    color: #EFC04F !important;
}

After the update, the same css looks like this:

image

Has the font changed at all in the last few versions of the theme? Any idea how to get my arrow back?


Comments

Sign In or Register to comment.