Save
This commit is contained in:
@@ -271,3 +271,15 @@ if ( ! function_exists( 'hello_elementor_body_open' ) ) {
|
||||
require HELLO_THEME_PATH . '/theme.php';
|
||||
|
||||
HelloTheme\Theme::instance();
|
||||
|
||||
|
||||
add_action( 'wp_enqueue_scripts', 'hello_custom_styles', 999 );
|
||||
function hello_custom_styles() {
|
||||
wp_enqueue_style(
|
||||
'hello-custom-style',
|
||||
get_stylesheet_directory_uri() . '/assets/css/custom.css',
|
||||
array(),
|
||||
filemtime( get_stylesheet_directory() . '/assets/css/custom.css' ),
|
||||
'all'
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user