• Hi! I would like to change the uppercase tekst (like product / price etcetera) to a lowercase font (with a capital to start the word with). So like this: Product

    I would also like to do the same to the buttons on this page. Is that possible? Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @valerieverheyden,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    a.button.add_to_cart_button,
    .wc-block-grid__product-title,
    .return-to-shop a.button.wc-backward,
    ul.products li.product .botiga-wc-loop-product__title, ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title, ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-product__title, ul.wc-block-grid__products li.product .wc-block-grid__product-title, ul.wc-block-grid__products li.product .woocommerce-loop-product__title, ul.products li.wc-block-grid__product .wc-block-grid__product-title, ul.products li.wc-block-grid__product .woocommerce-loop-product__title, ul.products li.product .wc-block-grid__product-title, ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-category__title, .woocommerce-loop-product__title .botiga-wc-loop-product__title {
    text-transform: capitalize;
    }

    Hope that helps.

    Thread Starter valerieverheyden

    (@valerieverheyden)

    Hi! Thank you so much for your quick reply!

    I’ve tried it but it still looks the same, I uploaded the screenshot here: https://borealisnaturalcare.nl/wp-content/uploads/2024/12/Scherm%C2%ADafbeelding-2024-12-04-om-09.38.55.png

    Hi @valerieverheyden,

    Sorry, perhaps I didn’t get you clearly.

    Did you wish to change the text format of which marked in green area seen in this screenshot: https://i.snipboard.io/UMF4xj.jpg? Please clarify.

    Thread Starter valerieverheyden

    (@valerieverheyden)

    Hi! Yes that’s the right part! And the checkout buttons (“waardebon toepassen”, “update winkelwagen” and “doorgaan naar afrekenen”.)

    Thanks in advance!

    Hi @valerieverheyden,

    Thank you for getting back along with clarification.

    Try this CSS code to add to Appearance > Customize > Additional CSS in dashboard.

    .woocommerce-cart .woocommerce-cart-form .actions .button,
    .woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
    text-transform: capitalize;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.