Site logo

Archived topic

Rotated phone icone in the menu

1 reply · Started by Robert on October 28, 2019

Viewing posts 1–2 of 2

Hi there,

so you have FontAwesome 4.7 installed on the entire site - which displays the Icon the way you want it.

On the problem page you also have FontAwesome 5 installed which ( for some crazy reason ) has the phone icon in reverse.

You can force the icon to load using FA 4 in the Top Bar only using this CSS:

.topbar .fa {
    font-family: "FontAwesome";
}
This archived topic is closed to new replies.