• it is possible to use a shortcode within a section of a page?
    I need no show the price if price is 0.
    Some menus have several dishes and the menu has a price, it is not necessary to put the price of each dish

    can you help me? thx

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

    (@pricelisto)

    Hello, if you do not want to show a price for all dishes, you can hide using CSS such as:

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

    But if you only want to hide certain prices, you would still have to use CSS but target them directly using classes of items.

    So for example, if we want to hide price of item with ID #3, we would use this CSS:

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

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘shortcode for use in a page? how? is possible put hidden a price 0’ is closed to new replies.