Hi @khaliel
Since you did not share the website link with us, we are unable to give you the correct solution without seeing your problem.
However, if there is ever a background in an image, you can easily fix it using Dark Mode’s custom CSS in the following ways
Your problem will be solved only if you make it transparent through that class.
For example:
ClassName{
--wp-dark-mode-bg: transparent !important;
}
If you find this issue too complicated to fix, you can contact us for support.
Thanks
-
This reply was modified 4 years, 3 months ago by
sabbirsam.
Thanks for your answer.
The website is [ redundant link removed ]
The background pictures are only appearing on articles, like this one for example: /fresh
Sadly, I tried your custom CSS with every class concerned by the background image and nothing is working.
Also, when activated, on the homepage, the dark mode turns all the titles from white to black (and so they disappear). This problem is solved by going on an article with dark mode activated, and going back to the homepage from the main menu. Then, the titles are all white again. But this is a real problem if you turn dark mode on from the homepage directly as you can’t see where you click anymore.