changing Black Color of DarkMode
-
Hi,
how can i change (maybe per Individual CSS) the HEX Color of the DarkMode ?
Thank you
Hello,
After switching to Dark Theme on your Site from Theme Settings, you can try using the following Custom CSS to change the Dark Theme color and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.main-page-wrapper { background-color: red !important; }
In place of red you can write your own color name or hex code.
Also, regarding changing the Pages Background colors, you can go to Dashboard > Theme Settings > Styles and colors > Pages background.
Best Regards
ok, thank you
what is the code to make the product page (text font needs to be #1a1a1a) still in white (without dark )
Thank you
Hello,
As you haven’t shared your Site URL so we can’t tell exactly on your Site without watching it.
But under the Theme Settings > Typography > Advanced > you can create a new Rule > and in that you can select Single Product related Rules i.e. Title, Price, Old Price etc > select them all > and then you can define the Font related styles for them there: https://snipboard.io/NQR2bY.jpg
If there is something specific that you don’t find there then a Custom CSS selector can be used at the same place > and in that you can add Custom CSS on which you want to apply the Color change.
Best Regards