We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2557f6b commit 9954e5fCopy full SHA for 9954e5f
1 file changed
EmbedPress/Elementor/Widgets/Embedpress_Pdf.php
@@ -395,7 +395,7 @@ protected function register_controls()
395
[
396
'label' => esc_html__( 'Color', 'embedpress' ),
397
'type' => \Elementor\Controls_Manager::COLOR,
398
- 'default' => Helper::get_options_value('custom_color'),
+ // 'default' => Helper::get_options_value('custom_color'),
399
'global' => [
400
'default' => Global_Colors::COLOR_PRIMARY,
401
],
0 commit comments