<?php /** * * Paperio child theme functions and definitions * * @package Paperio * @author Themezaa <info@themezaa.com> * */ function paperio_child_style() { wp_enqueue_style( 'paperio-parent-style', get_template_directory_uri(). '/style.css', array( 'bootstrap', 'font-awesome', 'owl-carousel', 'owl-transitions', 'magnific-popup' ) ); } add_action( 'wp_enqueue_scripts', 'paperio_child_style' );