How to hide  WooCommerce variable products price MIN?				
							
			
	
		
		
		
			
			
	
	- 
		
			
				
	
	
		
			
			Hi there.
Thanks a lot for a great template:)
I would like to ask if there is any easy way to hide MIN price from products variants? Can I do this by Global custom CSS?
In attach I`m sending you screen shot from my webiste. I would like to HIDE MIN prices selected green on the picture.. Is that possible? Thank you in advance
Kind Regards
Attachments:
You must be 
logged in to view attached files.
 
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hello, 
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .price,
body .single-product-page .summary-inner > .price {
        font-size: 50px;
}
.single-product-page .summary-inner > .price > span:first-child {
   font-size: 0;
}
.single-product-page .summary-inner > .price > small {
    font-size: 0;
    margin-left: 6px;
}
body .product-grid-item .price > ins,
body .product-grid-item .price > span:first-child {
   font-size: 0;
}
body .product-grid-item .price > del {
    font-size: 12px;
    margin-right: 3px;
}
body .product-grid-item > .price > small {
    font-size: 12px;
    margin-left: 4px;
}
body .single-product-page .summary-inner > .price > ins,
body .single-product-page .summary-inner > .price > span:first-child {
   font-size: 0;
}
body .single-product-page .summary-inner > .price del {
    font-size: 22px;
    margin-right: 6px;
}
@media (max-width: 576px) {
    body .product-grid-item.col-6 .price {
        font-size: 50px;
    }
}
Best Regards
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hi,
Thanks a lot again for the great suport:) It works!
					
			
			
		 
	 
 
			
				
	
	
		
			
			You are welcome! If you have any questions please feel free to contact us.
Best Regards
					
			
			
		 
	 
 
			
		
	 
	
			
			
		
		
	
		
			The topic ‘How to hide  WooCommerce variable products price MIN?’ is closed to new replies.