# Flush CSS

Elementor Core Advanced

Styles set in Elementor are saved in the database, this information is used to generate CSS files in the uploads folder. Elementor CLI flush CSS command will flush all the CSS files in cache and recreate them using the most recent settings stored in the database.

# Command

wp elementor flush-css [--network]
1

# Arguments

[--network]

(Optional) Flush CSS files for all the sites in the network.

# Usage Examples

wp elementor flush-css
1

This command will flush the CSS files for all Elementor pages.

wp elementor flush-css --network
1

This command will flush the CSS files for all Elementor pages in all the sites in the network.