How can I focus on a specific area within an overlay when adding an item to the cart? I want to make the rest of the overlay darker and the targeted area more visible.
See a quick mockup here: https://i.sstatic.net/UpJuc.png
Here's the HTML code:
<div class="cm-notification-content cm-notification-content-extended notification-content-extended cm-auto-hide" data-ca-notification-key="3b71ec814b1cb78f78b7b6602c6258a6" style="top: 143.5px;"><h1>Congrats. You've just added to Cart ...<span class="cm-notification-close close"></span></h1><div class="notification-body-extended"><div class="ty-product-notification__body cm-notification-max-height" style="max-height: 367px;">
<div class="ty-product-notification__item clearfix">
<img class="ty-pict ty-product-notification__image " src="http://aus2015.ambientlounge.com/images/thumbnails/100/100/detailed/2/wildberry.jpg?t=1440337739" alt="" title="">
<div class="ty-product-notification__content clearfix butterfly-sofa-bean-bags">
<a href="http://aus2015.ambientlounge.com/interior/gold-class-bean-bags/acoustic-sofa-bean-bags/wildberry-deluxe.html" class="ty-product-notification__product-name">Wildberry Deluxe</a>
<div class="ty-product-notification__price">
<span class="none">1</span> x <span class="none">$</span><span id="sec_price_2343099257" class="none">269.00</span>
</div>
</div>
</div>
<form action="search_postcode.php" method="post" class="postcode_locator_form" name="postcode_locator_form">
<div class="ty-control-group">
<label for="postcode_locator_search" class="ty-control-group__title">Check we can send you filling (metro only)</label>
<div class="ty-input-append ty-m-none">
<input type="text" size="20" class="ty-input-text" id="postcode_locator_search" name="postcode_locator_search" value="" placeholder="Enter postcode">
<button title="Search" class="ty-btn-go" type="submit">Go!</button>
<input type="hidden" name="dispatch" value="postcode_locator.search">
</div>
</div>
</form>
...
</div><div class="ty-product-notification__buttons clearfix"> <div class="ty-float-left">
<a href="http://aus2015.ambientlounge.com/index.php?dispatch=checkout.cart" class="ty-btn ty-btn__secondary ">View my Cart</a>
</div>
<div class="ty-float-right">
<a href="http://aus2015.ambientlounge.com/index.php?dispatch=checkout.checkout" class="ty-btn ty-btn__primary ">Pay Now</a>
</div>
</div></div></div>