Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 2, 20195 yr how can i turn the ips pips into stars instead? Shown here under Architect
November 2, 20195 yr Check in the ACP > Members > Member Settings It's one of those menu items under Menu Settings like Ranks or something.
November 2, 20195 yr Author 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?
November 2, 20195 yr Author /* ======================================================== */ /* 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 Edited November 2, 20195 yr by fix3r
November 2, 20195 yr 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 Edited November 2, 20195 yr by Adriano Faria
Archived
This topic is now archived and is closed to further replies.