URL: aleph.church
Product: X
Notes: Some Font Awesome icons are not showing when I changed some icons on navigation bar on mobile mode by adding the following code in Theme Options > CSS:
.x-btn-navbar.collapsed .x-icon-bars:before {
content: "\f7a4";
}
.x-btn-navbar .x-icon-bars:before{
content: "\f00d";
}
While f00d is displaying correctly, f7a4 is not showing at all, so I have temporarily changed it to f0c9 while resolving the issue.
Thank you in advance.