Skip to content
Public Ticket #27382

how to decrease brightness of images in dark mode

Conversation thread

John replied

Customer Reply

Amazing, Thanks

PenciDesign Supporter replied

Staff Reply

Hi,

Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

body.pcdm-enable.pcdark-mode img,
body.pcdm-enable.pcdark-mode a.penci-image-holder {
    filter: brightness(50%);
}

Regards,
PenciDesign.



John replied

Customer Reply

I mistakenly added other website license.

John started the conversation

Conversation Start

Hi,

how to decrease brightness of images in dark mode?

Thanks

Want to join this conversation or access attachments? Sign in first.