NO BUG: Icons in builder broken when WP-Optimize Minify is active

Browser: Waterfox 6.6.9 (64-bit)
OS: CachyOS (Arch Linux)
URL: N/A

Icons in the builder break when CSS minification is active in WP-Optimize.

Used to be fine before Bricks 2.3.

Fix/Workaround:

Disable Minify for logged-in users. Honestly, that’s just best practice anyway. I’m only bringing up this bug because it didn’t happen before.

Hi Matt,
Thanks so much for your report!

It happens as soon as “Enable merging of CSS files” is enabled (even in 2.1.4 - no idea why it worked on your end). This is because WP-Optimize doesn’t convert the relative path correctly (which we haven’t changed recently), so that it ends up looking like this:

CleanShot 2026-03-23 at 09.44.28@2x

An alternative solution would be to exclude the following path from processing (see screenshot):
/wp-content/themes/bricks/assets/css/libs/*

Best regards,
timmse