Jump to content
  • 0

Data Report - Color of one Column - can it be customized?


BrianJ

Question

Hi,

I am pretty sure this can be customized, I just am not an experienced programmer.  I have one of the fields in my report output as an HTML link.  The font color for the text to click to the link is white and does not show up unless the row is selected.  Lowest common denominator here is my end users will not think to do that to see the link and I get that.  So, I would like to change the color of the text so that it shows up on the screen when the report is run.  As you can see the column for the link is great and the text for the link is white and VERY diffiucult to see in the results.  So I just want to change the text color in the report .  

I know it is probably easy for a lot of people and they can do this in their sleep, but I am no programmer.  I don't even know where to go to see the code and how it is generated and how to modify it.  I am willing to learn and am an IT professional by day, so I can learn.  Anyways, I hope the programming gods can provide leniency and wisdom on how to fix this issue, which I suspect is not super difficult, but a bit beyond my means to figure out completely.  Thanks!  (The search results work great, just the end result needs some polish!)

Link.JPG

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hi @BrianJ, I understand that you would like to customize and change the text color in the report. In this case, there are certain ways to do this in Caspio.  you can use this, let's say for the student grading system to help your users easily identify their grades. 

https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/customize-background-and-font-colors-in-report-datapage/#:~:text=TRY FREE-,Customizing Background and Font Colors in Report DataPage,-Aug 30%2C 2022 

image.png.18cae1dec66c0de5b02b799887b45ae7.png

This article explains how to apply custom background and font colors conditionally based on the values in a report.

There is also a similar forum post that you can refer to here

 

Other helpful articles: https://howto.caspio.com/styles/gradient-backgrounds-for-datapages/ 

https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/how-to-dynamically-change-the-background-of-a-results-page/

 

Link to comment
Share on other sites

  • 0
5 hours ago, RuisiHansamu said:

Hi @BrianJ, I understand that you would like to customize and change the text color in the report. In this case, there are certain ways to do this in Caspio.  you can use this, let's say for the student grading system to help your users easily identify their grades. 

https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/customize-background-and-font-colors-in-report-datapage/#:~:text=TRY FREE-,Customizing Background and Font Colors in Report DataPage,-Aug 30%2C 2022 

image.png.18cae1dec66c0de5b02b799887b45ae7.png

This article explains how to apply custom background and font colors conditionally based on the values in a report.

There is also a similar forum post that you can refer to here

 

Other helpful articles: https://howto.caspio.com/styles/gradient-backgrounds-for-datapages/ 

https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/how-to-dynamically-change-the-background-of-a-results-page/

 

Thanks RuisiHansamu!  This gets me going in the right direction.  I just need to dig in figure this out.  I appreciate it!

Link to comment
Share on other sites

  • 0
5 hours ago, RagnarIllyrian said:

Hi BrianJ

You can try the following:

In your HTML blok, in your link add and ID. Example: id="mylink"
Then add Header and Footer. Inside Header add the following code:
Change the color based on your needs.


 

<style>
#mylink {
  color: red;
}
</style>

image.thumb.png.c56716b1e5ea941572b4e243f1a5bda1.png

image.thumb.png.c1d089123772b3fdb3a3039f89da4f91.png

Thanks Ragnar!  Much appreciated, a different way of looking at this too.  

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
Answer this question...

×   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...