Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 24, 20213 yr 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
March 24, 20213 yr 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, 20213 yr by CoffeeCake
March 24, 20213 yr Well, it's actually visible, but it's white on a white background. You should probably change the color or add a border 🙂
March 24, 20213 yr Solution .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.
March 25, 20213 yr Author 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? 😝
March 25, 20213 yr Author 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:
March 25, 20213 yr 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:
March 25, 20213 yr 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.