style.css
-
Hi,
how can i put the style.css like lastest css files loaded?
i tried this only add
function stylecssAlwaysLast() { wp_register_style( 'mystyle', get_stylesheet_directory_uri() .'/style.css'); wp_enqueue_style( 'mystyle' ); } add_action('wp_enqueue_scripts','stylecssAlwaysLast',1000);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘style.css’ is closed to new replies.