Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3562495
how to decrease brightness of images in dark mode
Closed

Comments

  • John started the conversation

    Hi,

    how to decrease brightness of images in dark mode?

    Thanks

  • John replied

    I mistakenly added other website license.

  •  2,267
    PenciDesign replied

    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

    Amazing, Thanks