Jump to content

Featured Replies

Posted

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 by Genestoy

  • 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.

  • 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;
}

 

  • 2 weeks later...

Add custom.css

.ipsModal {
	background: #<color>;
}

 

  • Author

Thank You, I used this for the transparency effect, worked perfect.

.ipsModal {
	background: rgba(69,123,153,0.7);
}

 

Recently Browsing 0

  • No registered users viewing this page.