<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to modify overlay popup&#x2F;modal?]]></title><description><![CDATA[<p dir="auto">Hey! <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--smile" title=":D" alt="😄" /></p>
<p dir="auto">I would like to know how we can modify color/opacity overlay of a modal popup?</p>
<p dir="auto">Thank you very much</p>
]]></description><link>https://community.appdrag.com/topic/405/how-to-modify-overlay-popup-modal</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 00:50:58 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/405.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Oct 2020 18:08:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to modify overlay popup&#x2F;modal? on Thu, 15 Oct 2020 11:28:53 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--pray" title=":pray:" alt="🙏" />  !</p>
]]></description><link>https://community.appdrag.com/post/1539</link><guid isPermaLink="true">https://community.appdrag.com/post/1539</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Thu, 15 Oct 2020 11:28:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to modify overlay popup&#x2F;modal? on Wed, 14 Oct 2020 17:30:27 GMT]]></title><description><![CDATA[<p dir="auto">Thank you very much! Very helpful!!</p>
]]></description><link>https://community.appdrag.com/post/1531</link><guid isPermaLink="true">https://community.appdrag.com/post/1531</guid><dc:creator><![CDATA[Julien Boudet]]></dc:creator><pubDate>Wed, 14 Oct 2020 17:30:27 GMT</pubDate></item><item><title><![CDATA[Reply to How to modify overlay popup&#x2F;modal? on Wed, 14 Oct 2020 16:25:52 GMT]]></title><description><![CDATA[<p dir="auto">Great tutorial Wassim, thanks. I've actually wondered about this before!</p>
]]></description><link>https://community.appdrag.com/post/1529</link><guid isPermaLink="true">https://community.appdrag.com/post/1529</guid><dc:creator><![CDATA[Daniel Mulroy]]></dc:creator><pubDate>Wed, 14 Oct 2020 16:25:52 GMT</pubDate></item><item><title><![CDATA[Reply to How to modify overlay popup&#x2F;modal? on Wed, 14 Oct 2020 13:47:21 GMT]]></title><description><![CDATA[<p dir="auto">Hi Julien,</p>
<p dir="auto">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 :</p>
<p dir="auto"><strong>1 - Drag and drop a CSS source code element</strong></p>
<p dir="auto"><img src="/assets/uploads/files/1602682938437-a5010e9e-d3b2-4c51-aeca-48fd7cf8d370-image.png" alt="a5010e9e-d3b2-4c51-aeca-48fd7cf8d370-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><strong>2 - Double click to open and change the content with this</strong></p>
<pre><code>&lt;style&gt;
    .remodal-overlay {
        background: rgba(241, 129, 255, 0.78);
    }
&lt;/style&gt;
</code></pre>
<p dir="auto"><strong>3 - Save and preview you should have a lovely transparent pink overlay</strong></p>
<p dir="auto"><img src="/assets/uploads/files/1602683137877-47baa0ae-76d3-4209-b1dc-71e57aab2b51-image.png" alt="47baa0ae-76d3-4209-b1dc-71e57aab2b51-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><strong>Bonus</strong><br />
Right click to open the inspector when your popup is open and find the overlay</p>
<p dir="auto"><img src="/assets/uploads/files/1602683196172-e347e95a-1fe8-48ea-8e63-09135b52cd93-image.png" alt="e347e95a-1fe8-48ea-8e63-09135b52cd93-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">From there you can try different things easily</p>
<p dir="auto"><img src="/assets/uploads/files/1602683228355-82f611a9-5faa-45a5-857b-e341cfe63d1f-image.png" alt="82f611a9-5faa-45a5-857b-e341cfe63d1f-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/post/1526</link><guid isPermaLink="true">https://community.appdrag.com/post/1526</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Wed, 14 Oct 2020 13:47:21 GMT</pubDate></item></channel></rss>