Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Enz Posted March 19, 2020 Posted March 19, 2020 How do I make the forum icon not black and white? the photo below is the actual color of the icon
Meddysong Posted March 19, 2020 Posted March 19, 2020 (edited) That's normal. It means that there's no new content in that forum. Your users will see the full-colour versions usually unless they've already read everything. Do you still want to overwrite that functionality now that you know what it's for? If so, adding the following to your custom.css should work: .ipsItemStatus.ipsItemStatus_read { opacity: 1; } Edited March 19, 2020 by Meddysong
Morrigan Posted March 23, 2020 Posted March 23, 2020 This would be an issue with your custom theme. Without seeing the site I can't give you exact directions but it will be something to do with this: .ipsItemStatus.ipsItemStatus_read It's probably also adding a greyscale to it when its read instead of its standard opacity.
Recommended Posts