Forums

Text display colour

alex_1234 07 Jun, 2014
Hi,
I've made a table and the data is there but it displays with white text on a white background, so no-one can read it.

Is there an easy way to change the text colour?

I've tried doing this in the frontlist/settings/html tab but it doesn't work
Company.company_name:<p style="color:red"> </p>


Thanks🙂
alex_1234 07 Jun, 2014
oops that was meant to go in the chronoconnectivity forum sorry 😶
GreyHead 07 Jun, 2014
1 Likes
Hi alex_1234,

I'd just add some CSS to the page to style the data. You'll need to check the page HTML to find a suitable selector.

Bob
alex_1234 08 Jun, 2014
Hi Bob,
Thank you so much for your help. I've had a look but I'm really struggling to find where this page html is located? Can you give me any pointers please?

Thanks
Alex
alex_1234 09 Jun, 2014
Figured it out, or at least a way round it.
If anyone else is stuck, I went into firefox and right click inspect element, then you can see which css files are affecting font colour and change the colour (presumably this wouldn't work if I had other forms using the same files as it would change all of them tho)

thanks again for the advice Bob.

Alex
GreyHead 09 Jun, 2014
Hi Alex,

Each form has a unique ID so you can limit CSS to a particular form if you need to.

Bob
This topic is locked and no more replies can be posted.