• Hi, I would like to hide the price field and have items without price. I tried

    .brm-item-price {display:none;}

    in additional css but the price is still there. Can you help with this?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author PriceListo

    (@pricelisto)

    You can try adding this in your Customizer additional CSS:

    .brm-item-price {
        display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hide menu prices’ is closed to new replies.