Skip to content

Commit

Permalink
Added initial display: none to popup block
Browse files Browse the repository at this point in the history
Added display: none
  • Loading branch information
ZoomREI authored Nov 25, 2024
2 parents a3a1af6 + 28ab616 commit 0382b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$popupId = substr(wp_generate_uuid4(), 0, 8);;
?>

<div class="exit-popup" id="<?= $popupId ?>" style="--check-circle: url('<?php echo get_image_url('exit-popup/check-circle', 768); ?>');">
<div class="exit-popup" id="<?= $popupId ?>" style="display: none; --check-circle: url('<?php echo get_image_url('exit-popup/check-circle', 768); ?>');">
<div class="exit-popup__img">
<?php echo get_responsive_image('exit-popup/bg', 'Background image'); ?>
</div>
Expand Down

0 comments on commit 0382b1e

Please sign in to comment.