📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:29:33
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_search_form.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_search_form', 'title' => esc_html__('Case Search Form', 'berich' ), 'icon' => 'eicon-site-search', 'categories' => array('pxltheme-core'), 'params' => array( 'sections' => array( array( 'name' => 'section_content', 'label' => esc_html__('Content', 'berich' ), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, 'controls' => array( array( 'name' => 'email_placefolder', 'label' => esc_html__('Email Placefolder', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ), array( 'name' => 'placefolder_color', 'label' => esc_html__('Placefolder Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-search-form .pxl-search-field' => 'color: {{VALUE}};', ], ), array( 'name' => 'icon_color', 'label' => esc_html__('Icon Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-search-form .pxl-search-submit' => 'color: {{VALUE}};', ], ), array( 'name' => 'divider_color', 'label' => esc_html__('Divider Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-search-form .pxl-searchform-divider' => 'background-color: {{VALUE}};', ], ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel