Tagged: CSS, product sliders
Hello,
On my webshop home page and other pages, there are product sliders. They only show in Capital, not in nice text. I tried CSS already and searched a lot, but I could not manage to change it. I reverted the made changes. What can be wrong?
Can you help me?
Thanks in advance,
With kind regards,
Arjan
sadly – if there is the link – i can not see private content (as participant)
so you had to find the selector – and the declaration is then : text-transform: none;
f.e.:
#top .template-page .entry-content-wrapper h1,
#top .template-page .entry-content-wrapper h2 {
text-transform: none;
}
or
#top .products .product h2,
#top .products .product h3,
#top .products .product h4,
#top .products .product h5,
#top .products .product h6,
#top h2.woocommerce-loop-product__title {
text-transform: none;
}
Yes – but capitalize means that every word begins with a big Letter; even connecting words (bindwoorden).
see : https://cssreference.io/property/text-transform/
so it depends on what you like to have.

Hello people,
The link was private indeed: https://plantenbloemenshop.nl
Ismael’s comment did work. Many thanks for both guys! One small step further for tuning my webshop.
Thanks!
With kind regards,
Arjan
