Child Theme Preset Style
-
Hello,
thanks a lot to all of your team for making this awesome starter theme. It helped a lot getting to know WordPress theming.
Is it possible to insert my own preset-css file or do I have to overwrite all relevant css classes in my costum.css with !important?
I was hoping to be able to enqueue the costum file in my functions.php but it doesn’t seem to enqueue it.
functions.php
function load_custom() { wp_register_style("costum-preset", get_template_directory_uri() . "/costum-preset.css" , array(), 1, "all"); wp_enqueue_style("costum-preset"); } add_action("wp_enqueue_scripts", "load_custom");- This topic was modified 6 years, 8 months ago by .
- This topic was modified 6 years, 8 months ago by .
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Child Theme Preset Style’ is closed to new replies.
