Hi all
I am using default theme and being confused about displaying products’ name by all capital letters.
I checked theme.css and couldn’t catch where the transforming to uppercase occurs.
Can someone help with the trouble?
Hi all
I am using default theme and being confused about displaying products’ name by all capital letters.
I checked theme.css and couldn’t catch where the transforming to uppercase occurs.
Can someone help with the trouble?
hii, @Kaseijin
Kindly share your store URL so,
I can solve your problem.
Thank You.
Please share your store URL and a screenshot of your problem.
hello @Kaseijin
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
hello @Kaseijin
please share your store password
Just sent to DM.
Thank you.
Please share the store password
The problem solved.
It was sufficient to add the following code to theme.css
.product-single__title {
text-transform: capitalize !important;
}