robertnick01
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] woocommerce.css overriding child theme style.cssThanks James, that worked for me. I guess I ought to mark this topic as resolved. Thanks again for your help.
Forum: Themes and Templates
In reply to: [Storefront] woocommerce.css overriding child theme style.cssSo I should leave the child theme’s style.css file empty and enqueue another stylesheet instead. How would I ensure it is loaded after woocommerce.css? Thanks for your help so far guys.
Forum: Themes and Templates
In reply to: [Storefront] woocommerce.css overriding child theme style.cssI see, that would explain the wordpress.css stylesheet overriding my own because it’s listed last in my page’s html. I’m not sure how to change it though, even disabling the woocommerce stylesheets with
add_filter( 'woocommerce_enqueue_styles', '__return_false' );
doesn’t remove it.Forum: Themes and Templates
In reply to: [Storefront] woocommerce.css overriding child theme style.cssThank you, I’ll definitely have a look into the JetPack plugin. Reading my post again I realised it’s probably not apparent that the woocommerce.css file containing the overriding rule is in the Storefront theme folder, not in the woocommerce plugin folder.