MyBB Community Forums
[How To?] remove small icon - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [How To?] remove small icon (/thread-170337.html)



remove small icon - ziuma - 2015-05-05

hello,

i want to remove small icon on posting (post bit and show thread)

[Image: ziuma2__1_?async&rand=0.21632986686454647]
small icon on email

and this
[Image: ziuma?async&rand=0.3309637486293153]
thank you


RE: remove small icon - .m. - 2015-05-05

basically the problem is font awesome icons are not loading. have you deliberately removed related codes ?

email icon code is from global.css (global.min.css for the minified style sheets)
.postbit_buttons a.postbit_email span:before{content:"\f0e0"}

for the thread status icons, code in thread_status.css (or thread_status.min.css) can be wiped out


RE: remove small icon - ziuma - 2015-05-05

(2015-05-05, 03:37 AM).m. Wrote: basically the problem is font awesome icons are not loading. have you deliberately removed related codes ?

how to reupload font awesome icons? maybe i have removed this