Adam Howard Well-known member Jun 1, 2014 #1 So I've been wracking my brain on this one. Is it possible to replace the "close button" (it's actually a photo) with something from font-awesome ?
So I've been wracking my brain on this one. Is it possible to replace the "close button" (it's actually a photo) with something from font-awesome ?
Steve F Well-known member Jun 1, 2014 #2 Code: .xenOverlay a.close { background: none; right: 0; } .xenOverlay a.close:before { content: "\f057"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-size: 22pt; color: @primaryLight; } Upvote 0 Downvote
Code: .xenOverlay a.close { background: none; right: 0; } .xenOverlay a.close:before { content: "\f057"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-size: 22pt; color: @primaryLight; }
Adam Howard Well-known member Jun 1, 2014 #3 Steve F said: Code: .xenOverlay a.close { background: none; right: 0; } .xenOverlay a.close:before { content: "\f057"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-size: 22pt; color: @primaryLight; } Click to expand... @Steve F this is awesome! Thank you very much Upvote 0 Downvote
Steve F said: Code: .xenOverlay a.close { background: none; right: 0; } .xenOverlay a.close:before { content: "\f057"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-size: 22pt; color: @primaryLight; } Click to expand... @Steve F this is awesome! Thank you very much