Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 2, 20222 yr When you click on the "Mark site read" here on IPS board the background changes to a blue color. How can I change the color of the default 4.7 color? Thanks Edited November 2, 20222 yr by Genestoy
November 2, 20222 yr Community Expert Thanks for posting! Unfortunately, this issue is beyond the scope of our technical support. 👩💻 Our technical support is happy to help you with the Invision Community platform, but we're unable to help with things like server management, theme questions and modifications. I've moved this to our Community Support area where other Invision Community owners will see it and help where they can.
November 3, 20222 yr Author This is the CSS code, now if somebody can tell me how to get the blue color added that would be great Thanks .ipsModal { background: rgba( var(--theme-area_background_dark), 0.7 ); position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 15000; }
November 15, 20222 yr Author Thank You, I used this for the transparency effect, worked perfect. .ipsModal { background: rgba(69,123,153,0.7); }