TurboNinja Posted March 31, 2019 Report Share Posted March 31, 2019 Hi, Does anyone know if there is a way to change certain (but not all) header rows' color? I am trying to highlight some columns for the ease of users. Thank you! Ninja Quote Link to comment Share on other sites More sharing options...
0 George43 Posted April 1, 2019 Report Share Posted April 1, 2019 You should paste this code in the header of the result set. Make sure HTML editor is turned off. You can replace "3" of your row number. <style> th.cbResultSetLabel:nth-child(3) { background-color: aqua; } </style> Quote Link to comment Share on other sites More sharing options...
0 Harbinger Posted April 4, 2019 Report Share Posted April 4, 2019 Hi @TurboNinja You can style directly from the label field of that header. Just put your CSS inside the label field directly. for example: <style="background-color:blue;">Header Name</style> Let me know if this helps. ~ H Quote Link to comment Share on other sites More sharing options...
Question
TurboNinja
Hi,
Does anyone know if there is a way to change certain (but not all) header rows' color? I am trying to highlight some columns for the ease of users.
Thank you!
Ninja
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.