RunForrestRun Posted May 14, 2021 Report Share Posted May 14, 2021 Hey, Just wanted to share this CSS syntax that I used to change the font-color of the a detail's page current record page: <style> .cbFormJumpToTextField { color: darkred; } </style> Just paste this on your wizard's Configure Details Page Fields page's Header element (must have HTML editor disabled) and it should work as expected. Quote Link to comment Share on other sites More sharing options...
sandy159 Posted May 25, 2021 Report Share Posted May 25, 2021 Hi @RunForrestRun, If you want to change the font color of the current record page on all Detail's DataPages then it is possible in Styles: Go to Styles -> Form/Details -> Navigation -> Current Record For more in depth customization, go to Styles -> Source -> All -> Find .cbFormJumpToTextField class -> change color or other attributes to the required value Hope this helps! RunForrestRun 1 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.
Note: Your post will require moderator approval before it will be visible.