New Landing How can we help? Atelier Disable blur effect on modal overlay

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #207404
    njmartell
    Member
    Post count: 47

    Is it possible to disable the ‘blur’ effect on the modal overlay background? Ideally I want it to match the style of the full screen menu overlay (just a color – no blur). I managed to find the code to play with opacity, but can’t seem to find where the blur is coming from.

    Thanks!

    #207493
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .modal-open #container {
      filter: none;
    }
    .modal-backdrop {
      background-color: red;
    }

    – Kyle

    #208257
    njmartell
    Member
    Post count: 47
    This reply has been marked as private.
    #208316
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .modal-backdrop.in{
    display:none !important;
    }

    Thanks
    Mohammad

    #208547
    njmartell
    Member
    Post count: 47

    I added the code but the blur is still there. It just disabled the red background. Any ideas?

    #208560
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I need marked screenshot to get your issue exactly.
    Thanks
    Mohammad

    #209427
    njmartell
    Member
    Post count: 47
    This reply has been marked as private.
    #209465
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this:

    .modal-open #container {
        -ms-filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        filter: none;
    }

    – Kyle

    #209468
    njmartell
    Member
    Post count: 47

    Awesome. That works! Thanks Kyle.

    #209473
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register