JNews theme is great in terms of looks, feel, smoothness, loading, etc. And if you are using this theme for your website or blog, you may want to use the dark mode on it. And if you are using the JNews dark mode, you may want to change the color or intensity of the dark mode in the theme by toggling it. In this article, we’ll take a look at how you can change the intensity of dark mode background color in the JNews WordPress theme.
Dark mode implemented with the JNews is great, and if the users are using it, it would be cherry on the blossom. But the intensity of the dark mode is not that much black which could feel the user that he really using the dark mode, it is more like a dark grey theme. Well, here we are guiding you to adjust the color of the dark mode or to make it darker or lighter.
How to Change the Dark Mode Intensity in the JNews Theme
JNews does not offer any customization relating to the dark mode in the customization menu as well as on any other tool. We need to use some CSS to change the dark mode color/preference or make it darker or black. Here is how to do that :
Open the WordPress dashboard, and go to the customize from appearance tab.
Now go to the additional CSS option and add the below CSS there.
.jnews-dark-mode .jeg_content{
}
.jnews-dark-mode{
--j-bg-color:#000;
}
Change to hex color code according to your preferences.
After adding the CSS publish the changes. To see the effects. Many of you user who knows about CSS will say that this is messy or broken but I have tried several codes and nothing work as well as this one. So, it is working fine.