/
home
/
vianto5
/
duettowers.mx
/
wp-content
/
themes
/
hello-elementor-child
/
/home/vianto5/duettowers.mx/wp-content/themes/hello-elementor-child
mkdir
upload
Name
Size
Mode
Actions
page-templates/
-
0755
rm
functions.php
462
0644
edit
dl
rm
style.css
506
0644
edit
dl
rm
Edit:
/home/vianto5/duettowers.mx/wp-content/themes/hello-elementor-child/functions.php
(462B)
<?php function enqueue_styles_child_theme() { $parent_style = 'hello_elementor_scripts_styles'; $child_style = 'hello_elementor_scripts_child-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( $child_style, get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'enqueue_styles_child_theme' );
Save
cmd:
run