By ANDREW on Monday, 23 July 2018
Posted in General
Likes 0
Views 1.2K
Votes 0
Again if this should be in feature request then please move

I think i saw an earlier post possibly regarding this, and that if im right the response was that changing it would make the template complicated.

However whilst i think the dark mode is a great idea, the balance to find a font color that works well in both is very very limited. And in fact if someone has vision issues then the fact you cant have a strong contrasting colour means the user wont stay around.

For example, most use a middle of the road grey because that will appear on the white and also the dark background.

However i found the grey was too light on the white so darkened a little, Great but then you cant see the menu option in dark mode.

I understand in part that things can get too complicated, i used to use warp framework and that was too many options, but the possibility to set a dark mode list of text colours and light mode colours would make the whole template more usuable

So that really leaves one option. To be accessible to all is too disable one of the main templates feature, surely it is feasible to add an advanced section to the ultimate framework so that these options could be set.

Hi there,

I have applied css codes below and it should copes with both Dark and Night mode. Please give it a check and see how it goes.

[gist type="css"]
#es.es-dialog .es-toolbar__o-nav .es-toolbar__link, #es.es-dialog.is-mobile .es-toolbar__o-nav .es-toolbar__link {
color: #999 !important;
}
[/gist]
·
Monday, 23 July 2018 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
absolutely spot on thank you
·
Monday, 23 July 2018 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Monday, 23 July 2018 15:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post