Archived topic
Pricing not showing up after changing quantity
5 replies · Started by Ree on April 26, 2021
I couldn't show the ajax price after quantity changes and I found out it is this ins .woocommerce-Price-amount bdi{display:none} that hides the updated price and it is coming from the child theme.
Can I know where to disable this from the theme?

Hi there,
can you share a link to a product page where i can see the issue ?
Please try to add or remove qty for the price change to happen.
You should just edit your child themes styles.css and remove this
ins .woocommerce-Price-amount bdi { display: none}
Easiest method - go Appearance > Theme Editor
By default it should display the Child themes styles.css - if it isn't then you can select it from the right sidebar.
ok got it thanks!
You're welcome