• Resolved jacoplane

    (@jacoplane)


    Hi, when I disable the Duotone on images, it seems to set the default duotone (green/black). I can set other duotones, but there doesn’t seem to be any way to completely disable it?

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    You’re correct that at the moment it’s not possible to disable the duotone filters in this theme. Unfortunately this is due to a couple issues with this feature in Gutenberg itself, rather than with the theme. This problem is also affecting some variations of the default Twenty Twenty-two theme, for example.

    Once the Core team fixes the issue in Gutenberg, you’ll be able to disable the duotone filters from Global Styles in the editor.

    In the meantime, you can add this CSS code under Additional CSS in the Customizer to fore the duotone filter off:

    /* Disable duotone filter on images */
    .wp-block-image img,
    .wp-block-post-featured-image img {
        filter:none !important;
    }
    Thread Starter jacoplane

    (@jacoplane)

    Hi @kokkieh,

    Great, that worked! In case anyone else is reading this, with FSE themes you can visit the customizer by manually going to wp-admin/customize.php … There’s no link in the dashboard any more I think, that confused me a little.

    Thanks for your help!

    Glad I could help ??

    There’s no link in the dashboard any more I think, that confused me a little.

    Ah, okay. If you install the Gutenberg plugin, that will restore the Customize link under Appearance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Duotone on images’ is closed to new replies.