taylorswiftlover Posted September 7, 2019 Report Share Posted September 7, 2019 I want to change the font-size of all text in my report datapage can you help? Quote Link to comment Share on other sites More sharing options...
Barbie Posted September 7, 2019 Report Share Posted September 7, 2019 You may need this code to achieve your workflow: .cbResultSetTable * { font-size: 15pt !important; } please change the font size based on what you prefer. Hope it helps. -Barbie Quote Link to comment Share on other sites More sharing options...
cheonsa Posted September 8, 2019 Report Share Posted September 8, 2019 Hi @taylorswiftlover, You can also change it under the Style tab on your Caspio Bridge. Cheers! -kristina Quote Link to comment Share on other sites More sharing options...
Nuke354 Posted September 9, 2019 Report Share Posted September 9, 2019 If you want to change the font size of the text fields, go to Styles-->Form/Details--> Fields . There is a drop down list there where you can change the font size of the text fields. If you want to change the font size of something specific, you may check the "Source" tab. It is accessible by clicking the "Source" button besides the "Settings" button. You will find the Style codes in there where you can manually check and edit the font size as well as any other styles. Quote Link to comment Share on other sites More sharing options...
Kurumi Posted January 31, 2023 Report Share Posted January 31, 2023 Hi! Just sharing this tip. You can also use Font icons such as Font Awesome for labels. To apply in the DataPage, follow these steps: 1. Insert Header and Footer. In the Header, insert the installation CDN <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/js/all.min.js"></script> 2. Search your icon here: https://fontawesome.com/v5/search?o=r&m=free&s=solid 3. Copy code snippets such as <i class="fas fa-users"></i> 4. Paste the code in Labels or any HTML code where you like to add an icon. Sample Result: References: - https://fontawesome.com/ - https://cdnjs.com/libraries/font-awesome 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.