Adam Howard Well-known member Jun 15, 2014 #1 I'm fairly sure that's a small close button made using a photo (unless it's text?). How would I replace that small photo with font awesome?
I'm fairly sure that's a small close button made using a photo (unless it's text?). How would I replace that small photo with font awesome?
TPerry Well-known member Jun 15, 2014 #2 Adam Howard said: I'm fairly sure that's a small close button made using a photo (unless it's text?). How would I replace that small photo with font awesome? Click to expand... Code: .xenOverlay a.close { background: none; right: 6px; } .xenOverlay a.close:before { content: "\f057"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-size: 22pt; color: rgb(156, 155, 155) !important; } seems to work for me. Upvote 0 Downvote
Adam Howard said: I'm fairly sure that's a small close button made using a photo (unless it's text?). How would I replace that small photo with font awesome? Click to expand... Code: .xenOverlay a.close { background: none; right: 6px; } .xenOverlay a.close:before { content: "\f057"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-size: 22pt; color: rgb(156, 155, 155) !important; } seems to work for me.