Okay
  Public Ticket #2089849
Appearance of currency code on product grid view
Closed

Comments

  • mark_edwards started the conversation

    Hello,

    As you can see on the attached screenshot, the currency label 'DKK' shows overlapping the product price. 

    Can you help me to resolve this?`

    /Mark

  •  608
    WordPress replied

    Hello,

    You can install and active child theme. then you can add style css in file style.css in child theme

    .price-product .price del span.woocommerce-Price-currencySymbol, .price-product .price span.woocommerce-Price-currencySymbol {
        position: static;
    }