This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Is there a way (using the GUI of the theme) to change the products titles (single product page + products categories pages)?
if not, can you please provide me with Custom CSS to:
1- reduce the size by 20% (so if the text size now is 18, I want it to be 14)
2- Change the text from “ALL CAPITALIZED” to “Only First Litter Is Capitalized”
Thanks
Hello,
.slide-item .product .product-name, .products-grid .product .product-name {
font-size: 16px;
margin: 0 10px 10px;
text-transform: capitalize;
}
.single-product .page-heading .title span {
font-size: 24px;
}
How to create custom.css you can watch in this tutorial – https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards
You must be logged in to reply to this topic.Log in/Sign up