Replace Overlay close button with FA icon

XF 1 Tip Replace Overlay close button with FA icon

Compatible XF Versions
1.x
In EXTRA.css template add:
Code:
/* 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...
You do not have permission to view the full content of this resource. Log in or register now.
  • Haha
Reactions: NulledxBB
Author
ENXF NET
Views
593
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

Top