• How to disable the function which is Auto capital letter for every world

    Thank you

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

Viewing 1 replies (of 1 total)
  • Hi,

    For the Product title you have written in the Capitalize, you need to edit it and make it normal. After that, you can go to the go to the Additional CSS and insert the code mentioned below:

    .single-product.woocommerce-page .product .product_title {
        text-transform: inherit;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Product title Auto capital letter problem’ is closed to new replies.