telly Posted April 17, 2019 Report Share Posted April 17, 2019 Hi- Is there a way to format the text in the text field on the DataPages? I want formats: - Color (change to red) - Font Text (calibri) - Font weight(Bold) Here is the test Deployed DataPage: https://c0dcv045.caspio.com/dp/aa4a60002c0e5edfe68e415eadb7 Quote Link to comment Share on other sites More sharing options...
SunakoChan Posted April 17, 2019 Report Share Posted April 17, 2019 Hi- Try this code on your DataPage just paste it on your DataPage Header(note: disable first the html editor before pasting the CSS). <style> .cbFormTextField{ color: #f90a0a !important; font-family: Calibri !important; font-weight: bold !important; } </style> Note: Please change the color base on what you prefer. Expected result: https://c0acs764.caspio.com/dp/ba4a60009a119570a12e4c478dc4/files/3139800 Hi- Try this code on your DataPage just paste it on your DataPage Header(note: disable first the html editor before pasting the CSS). <style> .cbFormTextField{ color: #f90a0a !important; font-family: Calibri !important; font-weight: bold !important; } </style> Note: Please change the color base on what you prefer. Expected result: https://c0acs764.caspio.com/dp/ba4a60009a119570a12e4c478dc4/files/3139800 Quote Link to comment Share on other sites More sharing options...
SunakoChan Posted April 17, 2019 Report Share Posted April 17, 2019 Hi- You can also customize the DataPage, just go to Style> Source>All. Then search for the .cbFormTextFiel, after that, you can change the color, font-family, and font weight. You don't need to add !important: https://howto.caspio.com/styles/customizing-styles/. 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.