Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
acarlsson Posted March 24, 2021 Posted March 24, 2021 I added a thumbs up emoji and made it the default one (ie, I dragged it to the top). But it's only visible when you hover the reaction space. Look at the attached screen capture to see what I mean. What's up with that? Skärminspelning 2021-03-24 kl. 16.34.23.mov
CoffeeCake Posted March 24, 2021 Posted March 24, 2021 (edited) Can't see your video, but do you mean why hasn't your default reaction taken the place of the greyed out heart icon? Edit: Derp. Edited March 24, 2021 by CoffeeCake
Daniel F Posted March 24, 2021 Posted March 24, 2021 Well, it's actually visible, but it's white on a white background. You should probably change the color or add a border 🙂 acarlsson and CoffeeCake 2
Solution Morrigan Posted March 24, 2021 Solution Posted March 24, 2021 .ipsReact_button { filter: grayscale(0%) brightness(100%); } It will make it look normal. The problem is that the default is meant for the heart and doesn't work well on the yellow emojis. Square Wheels, AlexWebsites, grippo and 3 others 2 4
acarlsson Posted March 25, 2021 Author Posted March 25, 2021 15 hours ago, Morrigan said: .ipsReact_button { filter: grayscale(0%) brightness(100%); } It will make it look normal. The problem is that the default is meant for the heart and doesn't work well on the yellow emojis. Thanks! Where do I put this code? 😝
acarlsson Posted March 25, 2021 Author Posted March 25, 2021 5 hours ago, acarlsson said: Thanks! Where do I put this code? 😝 I found it! or, at least, I found a way to alter it. FWIW, here's the place:
Nathan Explosion Posted March 25, 2021 Posted March 25, 2021 20 minutes ago, acarlsson said: FWIW, here's the place: Don't edit the existing one - world of pain at later points, potentially. Instead, use this: Morrigan 1
Morrigan Posted March 25, 2021 Posted March 25, 2021 1 hour ago, acarlsson said: I found it! or, at least, I found a way to alter it. FWIW, here's the place: Yeah, do what Nathan said and place it in the custom.css. It will override that and keep you from having issues in future updates when IPS makes changes to that file.
Recommended Posts