#Settings tab active styles

1 messages · Page 1 of 1 (latest)

quick plume
#

Will check in a sec

#

collecitons would be a bit diff

#

#collection-start-page

rapid hawk
#

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

quick plume
#

instead of #collections-tab use #collection-start-page

#

as that is the parent ID of the tabs

rapid hawk
#

Yes, that works

quick plume
#

What bit of Games tab you looking at ?

#

these ?

rapid hawk
#

Text color

#

If it is black it is hard to see

#

can I switch it to white only on this page

quick plume
#

you'd have to set any text colors manually in style as well

rapid hawk
#

Like this?
#games-tab {
text-color: #ffffff;
}

#

but I think it needs to be somewhat different code😅

quick plume
#

one sec

#
.game-thumbnail-body .name .name-part {
    color: brown;
}
#

would get you there

#

thats specifically the game name

#
.game-thumbnail-body .active-mods {
    color: green;
}
#

would get you the small text underneath

rapid hawk
#

what are code for thos 3 vertical dots?

#

that is the last help I need.

quick plume
#

to color the dots ?

#
.game-thumbnail-info svg {
    stroke: blue;
    background: red;
}
#

as they are icons, it's a bit different to color

#

well, svg icons