Daily Lucky Numbers:
10
16
21
29
42
47

Title Text Black?

Started by Senkusha, March 22, 2025, 09:16:14 PM

Previous topic - Next topic

Senkusha

Does anyone have any idea how I can fix the title text from showing black on black?

2025-03-22 21_14_18-Games — Mozilla Firefox.png
-- Senkusha
Creative Pioneer exploring anime role playing adventures!
Kawaii Klub

Chen Zhen

#1
Which custom theme is this?
The Arcade should try to use the cat_bar text color but it also is within a <strong> tag.
Perhaps your theme has a dark color for the strong tag for some reason?

Is this a free available theme & if it is, can you let me know which one it is?
I'd like to have a look to adjust the Arcade itself for such a scenario.

In the meantime, if you know how to edit your custom theme css file put this in it:
.catbg > strong {
    color: #FAF9F6;
}

... or a color that you prefer for those cat bars.

Chen Zhen


I found your theme & duplicated the issue whereas I can put in a fix for it.
However, in my opinion this is a custom theme issue because the author of it has used a specific text color for the strong tag.
Also the css for that theme somehow messes up the centering within the cat bars.

I'm going to release a new version of the Arcade within the next day or so which will have a fix for that theme or a similar one from that author (Diego) but as I stated this is a theme issue.


Chen Zhen


Actually I'm mistaken because it also shows up as dark text in the default theme.
It will be fixed for the next release due out in the next couple of days.

Thanks for the report.

Senkusha

No problem!  Thank YOU for the quick response!  :)
-- Senkusha
Creative Pioneer exploring anime role playing adventures!
Kawaii Klub

Chen Zhen


The new version of the Arcade is now available in the download section which should fix the issue you reported.

Senkusha

Thank you!  This issue can be marked as Solved.
-- Senkusha
Creative Pioneer exploring anime role playing adventures!
Kawaii Klub

Chen Zhen