Change Icon/Image on login-form-side
-
Hi,
Can you tell me how/where to change the icon/image that shows on the login sidebar (login-form-side)?
I’ve attached a screenshot so that you know exactly what it is that I am referring to.
Attachments:
You must be
logged in to view attached files.
Hello,
Define it in Theme Settings -> Custom CSS.
.create-account-question:before {
content: "\f183" !important;
}
Then, navigate to Typography > Icons fonts > Check the icons and change the content code as per your requirements.
Best Regards,