Skip to content

Commit

Permalink
Added extra styles for Hello Elementor comment form button
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Nov 11, 2019
1 parent ffb4d70 commit 1ba1d1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/elementor/class-colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ public function register_color_settings( Controls_Stack $element, $section_id )
{{WRAPPER}} .sk-primary-accent.sk-primary-accent h5,
{{WRAPPER}} .sk-primary-accent.sk-primary-accent h6' => 'color: {{VALUE}}',

'{{WRAPPER}} input#submit' => 'background-color: {{VALUE}};',
'{{WRAPPER}} .comment-form input#submit' => 'background-color: {{VALUE}};',
'.theme-hello-elementor .comment-form input#submit' => 'color: #fff; border: none;',

'{{WRAPPER}} *:not(.menu-item):not(.elementor-tab-title):not(.elementor-image-box-title):not(.elementor-icon-box-title):not(.elementor-post__title):not(.elementor-heading-title) > a:not(:hover):not(:active):not(.elementor-item-active):not([role="button"]):not(.button):not(.elementor-button):not(.elementor-post__read-more):not(.elementor-post-info__terms-list-item),
{{WRAPPER}} .elementor-tab-title.elementor-active,
Expand Down

0 comments on commit 1ba1d1f

Please sign in to comment.