---
title: "Change Lightbox Background Color"
source: "https://docs.nexcess.com/software/kadence/change-lightbox-background-color/"
description: "To change the background color when opening an image in a lightbox, you can add the following to your custom css box in Theme Options: .mfp-container { backgrou…"
vertical: "Software"
area: "Kadence"
date: "2021-10-31"
last_modified: "2021-10-31"
---

# Change Lightbox Background Color

To change the background color when opening an image in a lightbox, you can add the following to your custom css box in Theme Options:

```
.mfp-container {    
background: rgba(155,155,155,.4); 
}
```
