📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 10:28:33
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
widgets
✏️
Editing: pxl_text_link.php
<?php pxl_add_custom_widget( array( 'name' => 'pxl_text_link', 'title' => esc_html__('Case Text Link', 'berich' ), 'icon' => 'eicon-editor-external-link', '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' => 'text_style', 'label' => esc_html__('Text Style', 'berich' ), 'type' => \Elementor\Controls_Manager::SELECT, 'default' => 'text-default', 'options' => [ 'text-default' => esc_html__('Default', 'berich' ), 'text-modern' => esc_html__('Modern', 'berich' ), 'text-classic' => esc_html__('Classic', 'berich' ), 'text-arrow' => esc_html__('Arrow', 'berich' ), ], ), array( 'name' => 'text', 'label' => esc_html__('Text', 'berich' ), 'type' => \Elementor\Controls_Manager::TEXT, ), array( 'name' => 'link', 'label' => esc_html__('Link', 'berich' ), 'type' => \Elementor\Controls_Manager::URL, 'default' => [ 'url' => '#', ], ), array( 'name' => 'link_color', 'label' => esc_html__('Color', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-text-link1 .text-classic' => 'color: {{VALUE}};', ], 'condition' => [ 'text_style' => 'text-classic', ], ), array( 'name' => 'link_color_hover', 'label' => esc_html__('Color Hover', 'berich' ), 'type' => \Elementor\Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .pxl-text-link1 .text-classic:hover' => 'color: {{VALUE}};', '{{WRAPPER}} .pxl-text-link1 .text-classic .pxl-btn--text:before' => 'background-color: {{VALUE}};', ], 'condition' => [ 'text_style' => 'text-classic', ], ), ), ), berich_widget_animation_settings(), ), ), ), berich_get_class_widget_path() );
💾 Save Changes
❌ Cancel