Table fonts

3 replies · opened Sep 11, 2022

MmschejbalSep 11, 2022

Hi,

First row of my table shows black font on dark background, impossible to see and I have to force light font with the font tag to be able to see the text. This issue goes away in following rows, do you know why?

Thank you,
Maciek

SSemicolon WebSTAFFSep 12, 2022

Hello,

Apologies for the Inconvenience caused! This bug is related to the recent Bootstrap 5.2 upgrade.

Consider using the following CSS Code:
[ch_pre type="css"].dark .table-striped > tbody > tr:nth-of-type(odd) > * {
color: #EEE;
}[/ch_pre]

This will definitely fix the issue. We will release an update to fix this shortly. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

MmschejbalSep 12, 2022

Perfect, thank you!

SSemicolon WebSTAFFSep 13, 2022

Glad the issues were resolved. Very Happy to Help! :)

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard