404 error for custom.css
-
In controllers/depc-controller-public.php a stylesheet is being added that does not exist.
wp_enqueue_style(‘custom-css’, get_template_directory_uri() . ‘/custom.css’);
I’m using a child theme so this is trying to pull the stylesheet from the wrong location, even if I had created it. ( get_stylesheet_directory_uri() is used in child theme )
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘404 error for custom.css’ is closed to new replies.