Tagged: , ,

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

    My products are showing the price three times. It wasn’t like that before. Wondering if it’s a glitch with the update. Please help. I am using woocommerce.

    #1054788

    Hey shannonjhester,

    Add this to quick css:

    .price .woocommerce-Price-amount.amount:nth-child(1),.price .woocommerce-Price-amount.amount:before{
    display:none!important;
    font-size:15px;
    
    }
    
    .price{
        font-size:0px!important;
    }

    Best regards,
    Jordan Shannon

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