Created
February 1, 2021 14:56
-
-
Save anthonysbrown/e579f464b126054e5c0a4ccc7e27aab5 to your computer and use it in GitHub Desktop.
overiding funeralpress css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function funeralpress_custom_styles() { | |
wp_enqueue_style( 'wpfh-style-custom-styles', get_stylesheet_directory_uri().'funeralpress.css', array('wpfh-style','wpfh-cem-style') ); | |
} | |
add_action( 'wp_enqueue_scripts', 'funeralpress_custom_styles' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment