Jump to content

New client


SammyS
 Share

Recommended Posts

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?

 

zz.jpg

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...