Home Forums Trusted Pro Login icon Reply To: Login icon

#11524
Andy
Keymaster

There is a plugin overriding the theme’s fontawesome icons, so you can fix the login icon with this CSS:

#top-info .fa-sign-in:before {
    content: "\f090";
}

Copy the above code to ‘Customize’ > ‘Additional CSS’.