Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AmericanRev2 Posted November 2, 2019 Posted November 2, 2019 how can i turn the ips pips into stars instead? Shown here under Architect
Joel R Posted November 2, 2019 Posted November 2, 2019 Check in the ACP > Members > Member Settings It's one of those menu items under Menu Settings like Ranks or something.
AmericanRev2 Posted November 2, 2019 Author Posted November 2, 2019 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?
AmericanRev2 Posted November 2, 2019 Author Posted November 2, 2019 /* ======================================================== */ /* 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... http://astronautweb.co/snippet/font-awesome/ the code is at the bottom of the engagement.css
Adriano Faria Posted November 2, 2019 Posted November 2, 2019 6 minutes ago, fix3r said: Maybe its the \f111 ? https://fontawesome.com/icons/circle Yes, it is. Change for another. \f005 => Star: https://fontawesome.com/v4.7.0/icon/star
Recommended Posts
Archived
This topic is now archived and is closed to further replies.