Jump to content

turn pip into stars


AmericanRev2

Recommended Posts

Posted
13 minutes ago, Joel R said:

Check in the ACP > Members > Member Settings 

It's one of those menu items under Menu Settings like Ranks or something.  

Yeah i know that 🙂 I want to change the pip to a star instead... how do i do that?

1058008751_ScreenShot2019-11-02at2_25_40PM.thumb.png.0c65e1333d78cec628dd17a0a78bc364.png

Posted
/* ======================================================== */
/* PIP PIP */
.ipsPip {
	font-size: 10px;
	color: #5a5a5a;
	display: inline-block;
}
html[dir="ltr"] .ipsPip {
	margin-right: 2px;
}
html[dir="rtl"] .ipsPip {
	margin-left: 2px;
}

	.ipsPip:before {
		content: '\f111';
		font-family: 'FontAwesome';
	}

Maybe its the \f111 ?

Got it...

952993610_ScreenShot2019-11-02at2_36_58PM.thumb.png.ccbd7adbd382099e0c89a1159546148d.png

http://astronautweb.co/snippet/font-awesome/

the code is at the bottom of the engagement.css 

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...