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.
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