pmcfarlain Posted July 19, 2021 Report Share Posted July 19, 2021 I want to change the color of an entire column. No conditionals necessary. Quote Link to comment Share on other sites More sharing options...
1 Meekeee Posted July 19, 2021 Report Share Posted July 19, 2021 Hi @pmcfarlain - you can check this forum post: Quote Link to comment Share on other sites More sharing options...
1 telly Posted July 19, 2021 Report Share Posted July 19, 2021 Hi @pmcfarlain, You can use CSS :nth-child() Selector for change the color of the column, Below is the example code that you can use, simply add it on the header of the DataPage: <style> td[class*="cbResultSetData"]:nth-of-type(){ background-color: Green!important; } </style> Quote Link to comment Share on other sites More sharing options...
Question
pmcfarlain
I want to change the color of an entire column. No conditionals necessary.
Link to comment
Share on other sites
2 answers to this question
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.
Note: Your post will require moderator approval before it will be visible.