Home Forums WoodMart support forum Minimum price when product has variations

Minimum price when product has variations

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78486

    Krase
    Participant

    When a product has variations with different prices, in the product view it is displayed the range of price (see screenshots). Can I display just the lowest price?

    Attachments:
    You must be logged in to view attached files.
    #78570

    Bogdan Donovan
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .product-grid-item .price,
    body .single-product-page .summary-inner > .price {
    	font-size: 0;
    }
    
    body .product-grid-item .price del,
    body .single-product-page .summary-inner > .price del {
    	margin-right: 3px;
    }
    
    body .product-grid-item .price span:first-child {
    	font-size: 14px;
    }
    
    .single-product-page .summary-inner > .price span:first-child {
    	font-size: 22px;
    }

    Kind Regards
    XTemos Studio

Viewing 2 posts - 1 through 2 (of 2 total)