CSS problem with prices in Woocommerce Germanized
-
Hi,
in Germany we have a law. It forces you to communicate the EUR per 100ml/1KG/1 meter etc.
If you install Woocommerce Germanized it handles this for you like this: https://pasteboard.co/H69Chj1.png
The thing is that you HAVE to show it but don’t want to promote it. The price come with its own class “unit-price” but within this span there is another span with woodmarts class. That makes it difficult to format that unit price differently. Is it possible to have it nested the other way?
Like this?
<span class="woocommerce-Price-amount amount"> <span class="unit-price unit-price-cart">83,00 EUR</span></span>
Hello,
This price is added with Germanized plugin and its markup can’t be changed in our theme scope. You need to contact plugin’s developers for help to customize their plugin.
Regards