Home Forums WoodMart support forum Change Text from STOCK in Product Page Reply To: Change Text from STOCK in Product Page

#446578

Hello,

As there was Icon added here earlier, so the Font Family was set to woodmart-font which we have now changed to inherit one that the Theme uses and now all the Text appears the same.

Following modification was added to the earlier applied Custom CSS on your Site in this regard:

p.stock.wd-style-with-bg.in-stock span:before {
   content: 'Nur noch' !important;
   font-family: inherit !important;
}

Please check back your Site after completely clearing the browser and server cache.

Best Regards.