How to add a custom css file in functions.php WordPress
A Simple Function to paste on your WordPress functions.php to include a custom CSS file.
How to add a custom css file into the function.php in WordPress. Use this simple function to register your custom stylesheet. // Load the theme stylesheets function theme_styles() { //