function.php adding style-mobile.css child theme
-
Hello, I have a problem with style-mobile.css it doesnt load ??
I dont know how to make it, maybe someone will help me.
I use plugin to create child theme and I have function.php like that:<?php // Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; // BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'tmnf-custom-style' ) ); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION
I need to add style-mobile.css to that but I dont know how…
Please help! ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘function.php adding style-mobile.css child theme’ is closed to new replies.