SammyS Posted June 6, 2016 Report Share Posted June 6, 2016 I just bought it. Everything looks great, but I would like to change reputation icons, particularly remove those signs (+, -, x). Just colour is enough to show what kind of vote is. any help? Other question: when will be "-1% bug" get fixed? Quote Link to comment Share on other sites More sharing options...
stoo2000 Posted June 6, 2016 Report Share Posted June 6, 2016 17 hours ago, SammyS said: I just bought it. Everything looks great, but I would like to change reputation icons, particularly remove those signs (+, -, x). Just colour is enough to show what kind of vote is. any help? Other question: when will be "-1% bug" get fixed? The best way would probably be adding some new CSS to your custom.css file .cFeedbackIcon_positive:before { content: "\f058"; color: green; } .cFeedbackIcon_neutral:before { content: "\f056"; color: grey; } .cFeedbackIcon_negative:before { content: "\f057"; color: red; } Change content to the Unicode code of the Font Awesome icon you want to use: http://fontawesome.io/icons/ You can also use the same this same method for any icon in IPS4: https://invisionpower.com/forums/topic/422970-reputation-icons/#comment-2638570 The next release will contain all bug fixes to date. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.