Okay
  Public Ticket #1924043
Modify product design
Closed

Comments

  • edougha started the conversation

    Hello

    I need to adjust the product bid

    In the following picture:

    Capture.jpg

     1_ If the product is multi-species ... I want to hide the price

    2- If the product is not multi-species ... I want to show the price

    thanks

  •  1,559
    Laborator replied

    Hi there,

    Add this CSS to Custom CSS:

    .product.product-type-variable .item-info .price {
      display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group