Hi, I dont know if this was changed due to WC 3.0 update or the latest Enfold version, but the products shown in the “Product slider” shortcode suddenly uses a wrong font. The shop still shows the correct font. How can I change it back to use the samt font in the product slider as in the shop?
You can see the problem live here:
https://www.mitsupport.dk/ (a bit down the page, wrong font)
https://www.mitsupport.dk/produkt-kategori/baerbare-computere/?orderby=price (here they are shown correct)
Thanks guys for awesome support!
I think you are right thats its the same font, but the text in the slider is uppercase – do you see what I mean now? Eg. The “Intel i5” is “INTEL I5” in the slider. Actually I think its more grey also, please see picture.
https://www.dropbox.com/s/np6rllwif870uzd/illustration.jpg?dl=0
Hi,
Try this code in the General Styling > Quick CSS field:
h2.woocommerce-loop-product__title {text-transform: none!important; }
Best regards,
Mike
Thank you very much