Skip to content

Instantly share code, notes, and snippets.

@anthonysbrown
Created February 1, 2021 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonysbrown/e579f464b126054e5c0a4ccc7e27aab5 to your computer and use it in GitHub Desktop.
Save anthonysbrown/e579f464b126054e5c0a4ccc7e27aab5 to your computer and use it in GitHub Desktop.
overiding funeralpress css
<?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