• I tried the free version. I can’t set what colors to change with other colors, the images look really bad on dark mode even though I checked the mark for not changing the images. It’s not usable for my website built with Elementor, Woocommerce, Woolentor and a few other plugins.

Viewing 1 replies (of 1 total)
  • Plugin Author ScriptsTown

    (@scriptstown)

    Hi,

    Thanks for trying out our plugin.

    Our plugin is compatible with the most of the themes and works out of the box by default.

    It does skip images by default. Maybe, you have some background images with some special HTML markup. You can avoid dark mode on any HTML element using CSS like this:

    .darkmode–activated .css-selector { filter: invert(1); }

    You can even change colors of the elements but this will also require some CSS knowledge. For example, to change the color to red, use the inverted hex code (#00ffff) of red color (#ff0000) like this:

    .darkmode–activated .css-selector { color: #00ffff; }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Isn’t flexible at all’ is closed to new replies.