
/* 
 Theme Name:     Big Nerd Theme
 Author:         Big Nerd Marketing
 Author URI:     https://www.bignerd.io
 Template:       Divi
 Version:        1.0 
*/ 


/*  Enter your custom CSS below */ 

/* Hide From Price in Woo */

.entry-summary p.price span {
    display: none;
}

.woocommerce ul.products li.product .price {
    display: none;
}

.entry-summary p.price span {
    display: none;
}
