• Resolved jhub54

    (@jhub54)


    Hi all,

    Just (properly a easy) question for you all…

    Since a update (sorry don’t know which one exactly) the prices of products show up as capital figures without spacing.

    All settings within the Woocommerce are correct and not edited (as it worked before).

    It there an easy way to replace the price back to normal with the , spacing?
    In the product overview place all prices show up correctly: https://dedruivenboer.nl/webshop/

    link to a single product page example (showing a capital letter price): https://dedruivenboer.nl/product/vollereaux-reserve-brut/

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    The layout/design of the decimal section is entirely powered by your theme (i.e. laon-wine-house) and isn’t something that WooCommerce has any direct control over. Practically speaking, you’d need to get in touch with the developers of that theme to take a closer look at what’s happening.

    In the mean time, you could try the following temporary workaround by adding this CSS to your WordPress settings under **Appearance > Customize > Additional CSS**:

    
    .single-product .decimals {
      font-size: .65em;
      position: relative;
      top: 0.2em;
    }
    
    Thread Starter jhub54

    (@jhub54)

    Hi RK,

    Thank you so much for your reply!

    Good to know that this issue is produced by the theme and not due to Woocommerce.
    I will get in contact with the developers to see if they can support me on this.

    Your quick fix did sort of the trick to get the last decimals smaller. Getting the separator would get us back on track.

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single product prices showing up in capital letters’ is closed to new replies.