<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Hello Elementor Child
Theme URI: https://www.wpguiders.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by WPGuiders team
Author: Elementor Team
Author URI: https://www.wpguiders.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/**
 * Add a sidebar.
 */
function wpdocs_theme_slug_widgets_init() {
	register_sidebar( array(
		'name'          =&gt; __( 'Main Sidebar', 'textdomain' ),
		'id'            =&gt; 'sidebar-1',
		'description'   =&gt; __( 'Widgets in this area will be shown on all posts and pages.', 'textdomain' ),
		'before_widget' =&gt; '&lt;li id="%1$s" class="widget %2$s"&gt;',
		'after_widget'  =&gt; '&lt;/li&gt;',
		'before_title'  =&gt; '&lt;h2 class="widgettitle"&gt;',
		'after_title'   =&gt; '&lt;/h2&gt;',
	) );
}
add_action( 'widgets_init', 'wpdocs_theme_slug_widgets_init' );</pre></body></html>