hello guys, why when I try to access the administrator panel do I get this picture? and when I enter the password does it not give access to the panel? What can I do? I tried restoring the backup but it's the same thing. What can it be?
In EXTRA.css template add:
/* FA icon for Overlay Close button */
.xenOverlay a.close:after {
content: "\f00d";
font-family: FontAwesome;
font-size: 14pt;
padding-left: 12px;
}
.xenOverlay a.close {
background-image: none !important;
}
/******/
Font Awesome needs to be called via CDN...