This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi I would like to change the size of product titles of the shop page i added this code but didnt work:
.product-title{
font-size: 8px
}
Hello,
Please add this code into custom.css file.
.products-grid .product-title {
font: 8px/20px 'Roboto', Arial, Helvetica, sans-serif;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hi
There doesnt seem to have been any change here is an image of the section im refering to:
https://www.dropbox.com/s/2emklxr6gt9vxki/Screenshot%202015-01-15%2014.03.21.png?dl=0
Hello,
I’ve added this code in custom.css file:
.products-grid .product-title {
font-size: 8px !important;
}
Please check now and clear browser cache before.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up