Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 16, 20204 yr I can't seem to find a way to adjust the color of the Profile Header Background throughout the entire site. Every time you load a different user profile or hover over a member's name, the background of the profile header loads in a different pastel color. This color also shows up as a permanent header bar on phones. Is there a way to change this? Here's a link to the forum I'm working on: https://www.usmilitariaforum.com/forums/index.php?/online/
December 17, 20204 yr Author Here are two screenshots showing the color issue as seen on a forum member's phone. I don't have a mobile phone to check on, but these show the pink color two different times. On a regular PC view, that color (it can be pink, purple or other pastels) flashes up behind the Profile Header Background image. Each profile seems to have a certain color assigned to it. I'd like to be able to remove these colors.
December 17, 20204 yr Solution This is actually working as intended. The issue you're having there with the big checks showing is that it looks like the image is tiny and the CSS was likely changed. .ipsCoverPhoto_container { background: black !important; } Add that to the bottom of your custom CSS to override the behavior.