Hi,
Could it be that you did some modifications
after this
?
Because your HTML looks like this:
<span class="hikashop_product_price_full">
<b>
<span class="hikashop_product_price_before_discount"> 24 995,00DKK</span>
</b>
(19 996,00DKK)
</span>
The <b> tag is not in the default HikaShop code, must have been inserted later, and the closing </b> is "separating" the two prices before discount from each other - making it hard to impossible to target the same CSS at both.
Please revise/improve your modification.