Cerby Posted February 12, 2019 Share Posted February 12, 2019 I want to change the color of boxes that the records are sitting in. Our default text color is white, which is blending with the background. I looked through some of the Perscom CSS files and couldn't find where this box is saved. Thanks. Quote Link to comment Share on other sites More sharing options...
Administrators Jon Erickson Posted February 12, 2019 Administrators Share Posted February 12, 2019 This is not PERSCOM specific, it is the CSS of Invision Power Board. You can add some custom CSS to alter it. Go to your theme within the ACP and click edit HTML & CSS. Click the CSS tab and open custom.css. Paste the following code snippet replacing the color with the color you intend: .ipsTable_zebra tbody tr:nth-child( even ):not(.ipsTable_highlight):not(.ipsModerated) { background: #000; } Quote Owner Deschutes Design Group LLC email | jon@deschutesdesigngroup.com Link to comment Share on other sites More sharing options...
Cerby Posted February 16, 2019 Author Share Posted February 16, 2019 Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.