How to add a drop shadow to your popup

What you’ll learn

  • Add a drop shadow to a campaign
  • Customize the shadow and border-radius

To add a drop shadow to your popup, you can apply campaign-shadow CSS in the Campaign Settings section:

Screenshot of the Digioh editor with the Settings menu open and “Campaign Settings” highlighted.

When you scroll down, you'll find the Extra CSS section. Simply toggle it on and add the CSS you need.

Screenshot of Campaign Settings showing the Extra CSS section with a campaign-shadow style applied. Here is an example of campaign-shadow CSS you can add:

box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);

This is how it will look in action:

You can customize your campaign-shadow CSS as needed. Learn more here.

IMPORTANT NOTE: If your popup has a border-radius set on the layout, you will need to also add extra CSS to accommodate that.

Screenshot of Layout Styles showing the Page Border settings (style, color, width, and radius).

In the same Extra CSS Styles section mentioned above, add border-radius CSS like the example below :

border-radius: 5px;

Screenshot of the Extra CSS field showing box-shadow and border-radius styles applied.

Want to get more from Digioh?

Get the playbooks leading brands use to convert more visitors into revenue.

Browse the Playbooks ?

Platform Tour

See what else you can do with Digioh in our self-guided platform tour.

Take the Tour ?

Still Need Help?

Connect with our team for technical help.

Message Support