Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #452723

    Hey,

    i’m trying to get the catalogue shortcode in the template builder to show multiple prices.
    Like in the restaurant demo template, on the menu, have it display both “Restaurant” price and “Take-out” price.

    I have managed to add the second price option to the catalogue shortcode php, but the changes dont reflect in the template builder…

    Any suggestions…?

    #453305

    Hi joransrb!

    If it was me I would just add both prices in the same field like so, “$10 – $16”.

    What are the exact changes your doing?

    Cheers!
    Elliott

    #453474
    This reply has been marked as private.
    #453859

    Hi!

    You can add this in the Quick CSS field to keep them from overlapping on smaller screens.

    @media only screen and (max-width: 767px) {
    .av-catalogue-title, .av-catalogue-price {
      position: relative;
    }}

    You can also decrease the font size.

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.