Hi,
i just can’t get this fixed by myself … i want to have a smaller line hight for the category names on the products page on mobile.
Can you please help me with the css 🙂
Pls find a link to a screenshot to see what i mean.
many thanks.
This topic has 5 replies, 3 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hi,
i just can’t get this fixed by myself … i want to have a smaller line hight for the category names on the products page on mobile.
Can you please help me with the css 🙂
Pls find a link to a screenshot to see what i mean.
many thanks.
and a slightly smaller font would be great also.
Hello,
Use the following code
@media screen and (max-width:768px){
.content-product .products-page-cats, .content-product .products-page-brands {
line-height: 1.3;
font-size:12px;
}
}
Regards
Perfect, many many thanks 🙂
Hello,
You’re welcome!
Have a nice day.
Regards
The issue related to '‘Products Page Category Font Styling’' has been successfully resolved, and the topic is now closed for further responses