| @@ -169,9 +169,8 @@ | ||
| 169 | 169 | $fields['color'] = [ |
| 170 | 170 | 'label' => esc_html__( 'Color', 'elementor' ), |
| 171 | 171 | 'type' => Controls_Manager::COLOR, |
| 172 | 172 | 'default' => '', |
| 173 | - 'control_type' => 'content', | |
| 174 | 173 | 'title' => esc_html__( 'Background Color', 'elementor' ), |
| 175 | 174 | 'selectors' => [ |
| 176 | 175 | '{{SELECTOR}}' => 'background-color: {{VALUE}};', |
| 177 | 176 | ], |