How to Load Default WooCommerce CSS File

If you are looking to load the default WooCommerce styling file instead of the dynamic WooCommerce styling version which uses the same default WooCommerce CSS file but loads your site primary color instead of the default WooCommerce primary color, then you can add this code snippet into functions.php file in your child theme:

add_filter( 'pixfort_load_woo_style', 'custom_woo_style_filter', 40, 1 );
function custom_woo_style_filter($load) {
    return false;
}
pixfort
pixfort
Support Team

Hey, this is pixfort support team, if you still need help you can always reach us via your pixfort account

Related Posts

Search

Start typing to search for a specific article on our website

Made with Popup Builder
Image link
Hey there

Search for a specific article

Get started

Check useful guides to get started

Still need Help?

Send us a support message

Our usual reply time: 1 Business day