Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 21, 20223 yr Hello, whatever the color I select for my icones and how dark color it may be, the icones always look much lighter on the forum. I have tried to add my own image as well, but there is the same issue. I appear very light. It looks like there is a "opacity" setting somewhere, but I can't find it. Do you have any idea about where I can change this setting and allow my icone image to appear as they are and not lighter?
January 22, 20223 yr The three yellow colors that you showed in the screenshot are all the same color. I pasted the image into Photoshop and matched the three different instances to the color code returned. My guess is that it APPEARS different because in the editor, you're seeing it against a dark background which makes it stand out more whereas against a light background, it's not quite as loud/pronounced.
January 24, 20223 yr Community Expert Solution There are some areas where opacity is used. Im assuming from your image you are referring to the icons on the left. You would need customisation to your templates in order to change those. If you are unsure on how to edit the HTML/CSS in your templates, you would need a designer to assist you with that.
January 24, 20223 yr On 1/21/2022 at 11:47 PM, Aurélie Grignard said: I have tried to add my own image as well, but there is the same issue. I appear very light. It looks like there is a "opacity" setting somewhere, but I can't find it. As @Marc Stridgen explained above, there are areas where opacity is indeed used. In this case, the opacity is used on the forum icons to indicate that there are no unread topics in that forum. If there are unread topics, the icon will appear darker. Take a look at how it looks on this community: This is really easy to change, and requires only one small change to your theme. Edit your theme and add the following snippet to the file custom.css: .ipsItemStatus.ipsItemStatus_read { opacity: 1; } Note that this will make it hard to see if there are unread topics in a forum or not, so you should consider not making the icons for read and unread forums the same.
January 27, 20223 yr Author thank you @Runar , thank you @Marc Stridgen I understand the issue now. I feel I will keep it like this for now and I will see to change it later one when I have more time. thanks
January 27, 20223 yr Community Expert 7 hours ago, Aurélie Grignard said: thank you @Runar , thank you @Marc Stridgen I understand the issue now. I feel I will keep it like this for now and I will see to change it later one when I have more time. thanks Glad to see you are getting there with things