Okay
  Public Ticket #316601
RE; My Ticket & Details
Closed

Comments

  • Reputatie started the conversation

    -zip-

  •   Reputatie replied privately
  •  1,071
    ThemeNectar replied

    Hey!

    Try going into the functions.php file and changing this:

    //WooCommerce
        if ( function_exists( 'is_woocommerce' ) ) {
        	wp_enqueue_style('woocommerce'); 
    	}
    
    to this:
    //WooCommerce
    wp_enqueue_style('woocommerce');