Jump to content

Change font color of Detail's Page record pagination


Recommended Posts

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.

Link to comment
Share on other sites

  • 2 weeks later...

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

image.png

Hope this helps!

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...