Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Genestoy Posted July 4, 2018 Posted July 4, 2018 I would like to change the diameter and color of the "unread" dots and stars on just the topics list page and the unread content page and nowhere else? Anybody know what code to use in the custom css to accomplish this? This is for 4.2.9 for now. Thanks
AndyF Posted July 4, 2018 Posted July 4, 2018 Its 'fa fa-star' and 'fa fa-circle' in the source itself, I realise this is likely absolutely no help though however at least you know their name(s)
Genestoy Posted July 4, 2018 Author Posted July 4, 2018 Hi Andy, This is what works BUT it also make other changes on the board that I don't want so need something specific to the topics view and the unread content pages .fa-circle::before { color: #c75050; font-size: 20px; } .fa-star::before { color: #c75050; font-size: 20px; }
steve00 Posted July 4, 2018 Posted July 4, 2018 Not tried but might help [data-pagecontroller="forums"] .ipsItemStatus:not(.ipsItemStatus_large), [data-pagecontroller="streams"] .ipsItemStatus:not(.ipsItemStatus_large) { color: red; }
Genestoy Posted July 4, 2018 Author Posted July 4, 2018 Thank you Steve!! This seems to have done the trick (I added the font size to your code to make them larger) - If that is not the way to do it let me know (since I see the "large" in the code) [data-pagecontroller="forums"] .ipsItemStatus:not(.ipsItemStatus_large), [data-pagecontroller="streams"] .ipsItemStatus:not(.ipsItemStatus_large) { color: red; font-size: 20px; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.