Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    How to modify overlay popup/modal?

    How-to, Tutorials
    3
    5
    353
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Julien Boudet
      Julien Boudet last edited by

      Hey! 😄

      I would like to know how we can modify color/opacity overlay of a modal popup?

      Thank you very much

      1 Reply Last reply Reply Quote 0
      • Wassim
        Wassim last edited by

        Hi Julien,

        We don't plan to allow configuration on that through an AppDrag brush as it's a very rare case but you can do it pretty easily this way :

        1 - Drag and drop a CSS source code element

        a5010e9e-d3b2-4c51-aeca-48fd7cf8d370-image.png

        2 - Double click to open and change the content with this

        <style>
            .remodal-overlay {
                background: rgba(241, 129, 255, 0.78);
            }
        </style>
        

        3 - Save and preview you should have a lovely transparent pink overlay

        47baa0ae-76d3-4209-b1dc-71e57aab2b51-image.png

        Bonus
        Right click to open the inspector when your popup is open and find the overlay

        e347e95a-1fe8-48ea-8e63-09135b52cd93-image.png

        From there you can try different things easily

        82f611a9-5faa-45a5-857b-e341cfe63d1f-image.png

        1 Reply Last reply Reply Quote 2
        • Daniel Mulroy
          Daniel Mulroy last edited by

          Great tutorial Wassim, thanks. I've actually wondered about this before!

          1 Reply Last reply Reply Quote 0
          • Julien Boudet
            Julien Boudet last edited by

            Thank you very much! Very helpful!!

            1 Reply Last reply Reply Quote 0
            • Wassim
              Wassim last edited by

              Thank you 🙏 !

              1 Reply Last reply Reply Quote 0
              • First post
                Last post