Divi Filter
⭐ Get Premium
  • 🥳Introduction
  • ✨Getting Started
    • Download + Installation
    • Filter Columns
    • Filter Rows (Premium)
    • Get the Premium features
  • 🎨Styling
    • Remove white space
    • Filter Animation (Premium)
    • Style Active Button (Premium)
    • Where to add custom CSS?
  • ▶️Layouts
    • Import Layouts
  • 👷‍♂️Functional
    • Show all elements
    • Filter blog posts or portfolio items
    • Multiple filters on one page (Premium)
    • Unfiltered element (Premium)
    • Reset filter button (Premium)
    • Filter already applied (Premium)
    • Bugs? Use the Starting Delay
    • Fixed class
    • Filter Specialty Sections (Premium)
  • 🆎Filtering Types
    • Picky Filtering (Premium)
    • Multi select filtering (Premium)
  • 🔗Links
    • Visit Shop
Powered by GitBook
On this page

Was this helpful?

  1. Styling

Where to add custom CSS?

PreviousStyle Active Button (Premium)NextImport Layouts

Last updated 3 years ago

Was this helpful?

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;
}
🎨