• Resolved emberlens

    (@emberlens)


    This is my newest favorite plugin and I have used it across all of my websites now. Unfortunately it is not compatible with one of my website’s design styles, which uses a shape divider to create a shape crop on my header image/video.

    It looks great in light mode, because the shape divider is white, but the moment dark mode is activated, instead of the shape divider changing to black… it just stays white.

    So unfortunate.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @emberlens

    In some cases the theme’s CSS overrides the plugin’s CSS, so you need to solve those undesirable problems using Dark Mode custom CSS feature.

    For your convenience we are providing you below the required code which can be used to solve that problem.

    .elementor-shape .elementor-shape-fill {
        fill: #282727 !important;
    }

    Check out this screenshot to see how it fixed. Link

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Does Not Work With Shape Deviders’ is closed to new replies.