S sross Active member Apr 4, 2016 #1 Hi, I would like an exclamation icon next to my "Report" text in the postbit. Is there a simple way to do this? Can some code be inserted before the phrase text to make that happen or will it take a template edit? Thanks!
Hi, I would like an exclamation icon next to my "Report" text in the postbit. Is there a simple way to do this? Can some code be inserted before the phrase text to make that happen or will it take a template edit? Thanks!
Steve F Well-known member Apr 4, 2016 #2 https://xenforo.com/community/resources/font-awesome-in-message-controls.3635/ Upvote 0 Downvote
S sross Active member Apr 4, 2016 #3 I only wanted on the report link, i guess i can install only that aspect of it, will have a look Upvote 0 Downvote
S sross Active member Apr 4, 2016 #4 this worked for me: Code: .item.control.report:before { display: inline-block; font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; margin-right: 5px; } .item.control.report:before { content: "\f071"; } Upvote 0 Downvote
this worked for me: Code: .item.control.report:before { display: inline-block; font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; margin-right: 5px; } .item.control.report:before { content: "\f071"; }