How to Change the Design of a Webflow Lightbox?

Tutorial
3 min
Published on Mar 20, 2023
Updated on
Preview of an embedded HTML code on Webflow with a modification of the CSS class of a lightbox.
Use AI to summarize this article
Key points

Lightboxes in Webflow are very convenient, but it is "impossible" to customize their designs natively. In this tutorial, discover how to change the default design of a lightbox in Webflow using a bit of CSS code.

For this tutorial, we will modify the overlay used as the background color, changing it from a transparent black to a white background with a blur effect.

Customize a Lightbox in Just a Few Steps

1. Find the class you want to modify

To easily identify the CSS class you want to change;

  1. Open your lightbox on a published Webflow project (online, even on a webflow.io version)
  2. Open your browser's "inspect" option (cmd + option + I on Mac)
  3. Find the name of the targeted CSS class
Inspecting CSS code of a Webflow site on Google Chrome

2. Add an embed code

Add (as high as possible) an Embed Code element in your navigator

Adding an Embed Code element on Webflow

3. Define new CSS styles for the targeted Lightbox CSS class

Then, integrate the new styles you want to apply to your lightbox in this embed code for Webflow. For this example, we want to change the background color of the lightbox, so we will modify the values assigned to the CSS class  .w-lightbox-backdrop (created by default by Webflow).

Example code:

<style>
.w-lightbox-backdrop {
  background: rgba(0,0,0,0.1) !important;
  backdrop-filter: blur(10px);
}
</style>
Changing the background color and adding a CSS blur effect
Changing the background color and adding a blur effect

⚠️ To ensure that the values are prioritized and recognized by the browsers, it is important to add the "!important;" declaration at the end of your CSS styles. This "forces" the application of these CSS settings for your Webflow lightbox.

Florian Bodelot
Florian Bodelot
Co-founder

Suggested articles

Participants networking during flowConf 2026 in Belgrade, a European conference focused on the future of web, Webflow, and AI, inside a modern industrial venue featuring “Future of Web Unpacked” banners.
Events

The 2026 edition of flowConf perfectly reflects the turning point of the European Web(flow) ecosystem.

The 2026 edition of flowConf perfectly reflects the turning point of the European Web(flow) ecosystem.
Minimalist abstract illustration inspired by Webflow, featuring blue and white geometric shapes on a black background representing Webflow’s 2026 pricing evolution and enterprise AI-driven strategy.
News
Webflow

Webflow Pricing update in May 2026

Webflow Pricing update in May 2026
Live thumbnail featuring Lucas Clairet and Florian Bodelot in the center, with Webflow (blue background) and Claude (orange background) logos behind them, a “LIVE” badge in the top-left, and the text “Webflow + Claude” at the bottom.
Documentation
AI

Webflow x Claude: Full Recap of our Live

Webflow x Claude: Full Recap of our Live

Want to turn your website into your most valuable asset?

Contact us today