takkuntiki

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Price Tier Classes #10837
    takkuntiki
    Participant

      this is what i ended up using

      <script type="text/javascript" charset="utf-8">
      $(window).load(function() {
      if ($(".wppizza-article-price:only-child .wppizza-article-price-lbl:contains('Reg')").length) {
      $(".wppizza-article-price:only-child .wppizza-article-price-lbl:contains('Reg')").hide();
      }
      });
      </script>
      in reply to: Price Tier Classes #10830
      takkuntiki
      Participant

        OH i see now that the IDs are different between price tiers. I might try and target via jquery, thank you!

        and it will be awesome to see this feature in the future!

        in reply to: Price Tier Classes #10826
        takkuntiki
        Participant

          Some items are “per dozen” while some items just have a price (not by the dozen). i dont want “reg” to show, and if i leave the label for “reg” (regular) blank the HTML is still there, leaving a space where it would have been.

          this is the example: http://whitestreetcafe.fusedigitalmarketing.com/menu/catering/

          i was just wondering if there was a way to add a CSS class to each different price tier so that i could target “reg” to display:none;

          🙂 thank you

          also i apologize i sent a contact message before posting in the board because i couldnt figure out how to post. please ignore the message i sent 😀

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