Where to add custom CSS?
Every Divi page has a custom CSS section in the settings.
Open a page with the Divi Builder
Go to Advanced settings as shown in the image below
Add CSS

CSS not working?
Try adding !important behind it.
.df-activebutton {
filter: brightness(50%) !important;
}
Last updated
Was this helpful?