Forum Replies Created
- AuthorPosts
-
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>
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!
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 😀
- AuthorPosts