Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1491143

    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

    #1491144

    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;
    }
    #1491145

    Hi,

    Thank you for the inquiry.

    Try to add this css code to adjust the product title in the slider.

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: capitalize;
    }

    Screenshot-2025-11-11-at-9-36-17-AM

    Best regards,
    Ismael

    #1491162

    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.

    #1491209

    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

    #1491210

    Hi,

    Glad to know this has been resolved! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Product slider only showing Capital text’ is closed to new replies.