We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bd59af + 2e4f234 commit db015deCopy full SHA for db015de
classes/Visualizer/Module.php
@@ -544,7 +544,7 @@ protected function get_inline_custom_css( $id, $settings ) {
544
$attributes[] = $this->handle_css_property( $property, $value );
545
}
546
$class_name = $id . $name;
547
- $properties = implode( '; ', array_filter( $attributes ) );
+ $properties = implode( ' !important; ', array_filter( $attributes ) );
548
if ( ! empty( $properties ) ) {
549
$css .= '.' . $class_name . ' {' . $properties . ' !important;}';
550
$classes[ $name ] = $class_name;
0 commit comments