WooThemes Storefront – Removing Styles from Home Page
-
Hi,
Im trying to remove the parent stylesheets from only the hompage of the storefront theme but with no luck.
Ive tried various dequeue and deregister scripts in the functions.php to remove storefront-style which im pretty sure is the main stylesheet i need gone.
this is where im upto so far…
function give_dequeue_plugin_css() {
wp_dequeue_style(‘storefront-style’);
wp_deregister_style(‘storefront-style’);
}
add_action(‘wp_enqueue_scripts’,’give_dequeue_plugin_css’, 100);any help appreciated
Thanks
Jonstorefront-style
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WooThemes Storefront – Removing Styles from Home Page’ is closed to new replies.