פתיחת תבנית בת Child Theme

פתיחת קובץ style.css

/*
 Theme Name:   Global Solutions
 Theme URI:    http://gsolution.co.il
 Description:  Twenty Fifteen Child Theme
 Author:       Guy Shtukater
 Author URI:   http://gsolution.co.il
 Template:     twentyfourteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  zurim-rooms
*/
<?php
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
function my_theme_enqueue_styles() {
    wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css' );

}
?>

https://codex.wordpress.org/Child_Themes