This topic has 8 replies, 4 voices, and was last updated 9 years, 12 months ago ago by Eva Kemp
Hello!
I want to make the title font sizes of the products from category pages smaller. How can I do that? I already tried from the typografy section in the theme’s options, at the H3 subsection, however those settings don’t count – maybe it’s a bug in the theme.
Please note that for the category pages I have the following custom .css, made from previous problems solved via tickets here:
img.hide-image {
height: 192px;
}
.products-grid .product .product-name {
text-transform: none;
}
.products-grid .product .product-name {
height:45px;
}
Thank you in advance 🙂
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
This is the link …. http://www.protopopescu.ro/demo-adi/site/product-category/furniture/
The site is just a demo for a client, is not live, you have admin credentials below.
Thanks 🙂
Try to add this code into custom.css file.
.products-grid .product .product-name{
font-size: 14px;
}
Regards,
Robert Hall.
Great, it works! Thank you very much! 🙂
You’re welcome!
If you have any questions don’t hesitate to contact us.
Regards,
Robert Hall.
To make the change in the custom.css file, do I need to do this in my Control Panel in the file??
or can I do this within wordpress?
Sorry, bit of a newbie with WordPress!
Thanks
Hello,
You can edit custom.css in WordPress admin panel, but at first you need rename default.custom.css to custom.css.
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
The issue related to '‘Decrease font size for the product titles in category pages’' has been successfully resolved, and the topic is now closed for further responses