Where to add custom CSS?

Every Divi page has a custom CSS section in the settings.

  1. Open a page with the Divi Builder

  2. Go to Advanced settings as shown in the image below

  3. Add CSS

CSS not working?

Try adding !important behind it.

.df-activebutton {
     filter: brightness(50%) !important;
}

Last updated