• Resolved arthurrandom

    (@arthurrandom)


    Hi,

    Sorry to ask so many questions. Just to report really…

    I think the background opacity for the wrapper block should be fading to the chosen background color?

    At the moment its just fading to black no matter what colour I have selected.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DannyCooper

    (@dannycooper)

    Hi @arthurrandom,

    Thanks for the great feedback. Although this is something I won’t be able to implement immediately, you can do this on your own project by adding the following custom CSS.

    (Appearance -> Customize -> Additional CSS)

    .wp-block-editor-blocks-wrapper.has-background-dim:before {
    background-color: inherit !important
    }

    Thread Starter arthurrandom

    (@arthurrandom)

    Oh ok thanks very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrapper image background opacity’ is closed to new replies.