Dark mode extension

Do you want to share WYSIWYG Web Builder tips, tricks, tutorials or useful HTML code? You can post it here...
(no questions or problems please, this section is not monitored by support).
Forum rules
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.

PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
Post Reply
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

Dark mode extension

Post by Fender »

It is possible to use a wildcard for multiple items you want to exclude from the dark mode, find the id and
use this code

Code: Select all

.darkmode--activated [ id*="wb_Image"]
{
mix-blend-mode: difference;
}
You can also use the wildcard for other settings as f.i. multiple cards
wwonderfull
 
 
Posts: 1250
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Dark mode extension

Post by wwonderfull »

thank you very much for the code. 👍
Post Reply