Genestoy Posted November 2, 2022 Posted November 2, 2022 (edited) 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, 2022 by Genestoy SeNioR- 1
Jim M Posted November 2, 2022 Posted November 2, 2022 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.
Genestoy Posted November 3, 2022 Author Posted November 3, 2022 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; }
Hisashi Posted November 15, 2022 Posted November 15, 2022 Add custom.css .ipsModal { background: #<color>; }
Genestoy Posted November 15, 2022 Author Posted November 15, 2022 Thank You, I used this for the transparency effect, worked perfect. .ipsModal { background: rgba(69,123,153,0.7); }
Recommended Posts