Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #351187

    Hello,

    I’m using enfold with woocomerce and WPML. I created a variable product and in the product pages I see the price range (min – max) and the min price again, which is duplicated. How can I avoid seeing the min price duplicated ?
    Thanks for the help

    <div itemprop=”offers” itemscope=”” itemtype=”http://schema.org/Offer”&gt;
    <p class=”price”><span class=”amount”>55,00€</span>–<span class=”amount”>107,00€</span> <small class=”woocommerce-price-suffix”><span class=”amount”>55,00€</span></small></p>
    <meta itemprop=”price” content=”55″>
    <meta itemprop=”priceCurrency” content=”EUR”>
    <link itemprop=”availability” href=”http://schema.org/InStock”&gt;
    </div>

    #351406

    Hey lombrano!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    span.amount:nth-child(2) { display: none; }

    If that does not help, please post the link to your website

    Regards,
    Yigit

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