Question

so I have made the products in the admin page of magento 2 like below picture. enter image description here

but on the frontend it look like thisenter image description here

so my question is how to make Mm lowercase into mm in the products page on the frontend. any idea?

Was it helpful?

Solution

Add this css

.catalog-product-view h1.page-title {
   text-transform: none;
}
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top