child theme – i can´t edit style css
-
hello,
i am german / my english is not welli have made an child-theme.
the “mother-link” in style.css is:
@import url(‘http//www.wordpress.org/wordpress/wp-content/themes/justwrite/style.css’);also / in child-theme / a functions.php only with:
<?php
add_action(‘wp_head’,’load_parent_style’,0);
function load_parent_style() {
wp_register_style(‘parent-theme’,get_bloginfo(‘template_directory’).’/style.css’);
wp_enqueue_style(‘parent-theme’);
}
?>but i can´t edit style.css or other files
why ?
can someone help ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘child theme – i can´t edit style css’ is closed to new replies.
