Home › Forums › Themes Support › Claue › theme colors on mobile devices with “dark mood” display
- This topic has 18 replies, 2 voices, and was last updated 2 years, 5 months ago by
ateacme.
-
AuthorPosts
-
-
September 5, 2022 at 5:41 pm #43349
Hi, I’ve noticed that on mobile devices whit “dark mood” settings for display, our website labartdog.com lost their basic colors, even header so the logo – brown and light-blue on transparent background – was only barely visible.
I’ve temporary changed the png logo with a jpg but still menu icons on the left is not visible…
is there a way to have more control on colors on mobile devices with that specific kind of settings?
Maybe I skipped some theme options? Or I can fix it with a little custom css code?
Attachments:
You must be logged in to view attached files. -
September 14, 2022 at 6:51 pm #43356
Hi Ateacme,
Sorry for miss your topic.
- You can change mobile menu button in Claue > Theme Option > Header > Mobile Menu Icon
- You can add some custom code to override theme option
@media only screen and (max-width: 736px) {
#jas-mobile-menu ul li a, .holder {
color: #fff;
}}Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 14, 2022 at 8:42 pm #43357
Hi,
thanks but I don’t need to change menu background color on mobile but the header under the logo: if it can be white the menu icon can remain black. Also because changing the icon for mobile it also change on desktop version.
Please have a check on labartdog.com
-
September 14, 2022 at 9:57 pm #43358
Hi,
I check your site but don’t see the issue. Can you take screenshot and add note to screenshot describe the issue?
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 14, 2022 at 10:04 pm #43359
-
September 14, 2022 at 10:42 pm #43361
Hi,
If you want this area white on mobile please add below code tob Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
#jas-header {
background-color: #ffffff;
}}Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 15, 2022 at 5:44 pm #43364
-
September 15, 2022 at 8:48 pm #43367
Hi,
Please try code
@media only screen and (max-width: 736px) {
#jas-header, .header__top {
background-color: #fff !important ;
}}Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 15, 2022 at 9:04 pm #43369
thanks but nothing’s changed
-
September 15, 2022 at 9:16 pm #43371
Can you take screenshot your setting to change dark mode or send me admin account to check?
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 15, 2022 at 9:21 pm #43373This reply has been marked as private.
-
September 15, 2022 at 9:44 pm #43375
Hi,
I tried on your site and the code work well https://tppr.me/uNBt0
Please check.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 15, 2022 at 9:51 pm #43376
Hi,
this screenshot is not about a “dark” vision on smartphone…the page shouldn’t be white…
Please see the website on smartphone and activating night vision
thanks
-
September 15, 2022 at 10:32 pm #43377
Hi,
My phone iphone 11 your site still show white when dark mode for all site, please try code
@media (prefers-color-scheme: dark) {
#jas-header, .header__top {
background-color: #fff !important ;
}}Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 15, 2022 at 10:36 pm #43378
Still the same 🙁
-
September 16, 2022 at 12:23 am #43380
I opened your site on Android phone but it not show dark mode, how to eable this?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 16, 2022 at 5:47 pm #43381
In browser settings, usually where you can also find chronology, share, fonte size etc
-
September 18, 2022 at 9:49 am #43382
Hi,
I change code to
@media screen and (prefers-color-scheme: dark) {
#jas-header, .header__top {
background-color: #fff !important ;
}}Please check. I can’t change dark mode on my phone 🙁
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 29, 2022 at 10:52 pm #43393
Hi, sorry for late reply.
This code doesn’t work either 🙁
-
-
AuthorPosts
You must be logged in to reply to this topic.