This topic has 10 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Eva Kemp
Hello Team,
I’m using a woopress theme and how can I change the product description case in catalog view, its default are all caps. I wan’t to change it to sentence case if possible.
Thank you in advance!
Hello,
Please show a page where you want to change font.
Regards,
Eva Kemp.
Hi Eva,
Thank you for quick response, It’s the product description on the shop page. So it’ll show a sentence case on a product description, it’s currently in all caps.
Hello,
We need to see your page to give you the correct code, so please show a page where you want to make changes.
Regards,
Eva Kemp.
Hi Eva,
Please see page below:
Hello,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.products-grid .product-title > a {
text-transform: capitalize !important;
}
Regards,
Eva Kemp.
Thank you so much! It Worked!
Also, I want to align all the products on the same page.
I tried this code, but it’s not working.
img.hide-image {
height: 220px;
}
Please let me know if i’m missing something.
Thank you so much
Hello,
Please try to use this code:
.products-grid .product-title {
height: 35px;
}
Regards,
Eva Kemp.
This totally works! Have a good day/night.
Thank you so much Eva!
Hello,
You are welcome.
Regards,
Eva Kemp.
The issue related to '‘Product Description Font Case’' has been successfully resolved, and the topic is now closed for further responses