KamAB Posted April 25, 2020 Report Share Posted April 25, 2020 I am working with a Report Details DataPage that I am using only to calculate one value that I need to then embed on a webpage. I am calculating the sum of a particular field from a table. I have hidden the buttons so that I can just display the label and the calculated value. I have increased the size of the label by creating a specific style sheet applied to this datapage, but cannot seem to increase the size of the calculated value. I want the total to be the same size as the label, and both to be large. The label is currently set to font size x-large through the style. Apparently, I need to put CSS into the header in the datapage to make the calculated value also x-large. Can anyone help me with the specific code I would put in the header for this? Quote Link to comment Share on other sites More sharing options...
Vitalikssssss Posted August 11, 2020 Report Share Posted August 11, 2020 Hi @KamAB, I did not find an attribute within the Styles section of Caspio Bridge, so you may add the following snippet in DataPage Header: <style> div > span { font-size: x-large !important; font-weight: 700 !important; } </style> Regards, vitalikssssss 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.