#Settings tab active styles
1 messages · Page 1 of 1 (latest)
Oh and can I change text colour only in games tab? as I see app was designed for black theme and black text cannot be seen on game picture
instead of #collections-tab use #collection-start-page
as that is the parent ID of the tabs
Yes, that works
Text color
If it is black it is hard to see
can I switch it to white only on this page
you'd have to set any text colors manually in style as well
Like this?
#games-tab {
text-color: #ffffff;
}
but I think it needs to be somewhat different code😅