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
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.
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.
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.
No problem! Thank YOU for the quick response! :)
The new version of the Arcade is now available in the download section which should fix the issue you reported.
Thank you! This issue can be marked as Solved.
No problem! 8)