This topic has 6 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson
First:
How to change the font type and size of the product page?
Second:
Increased the logo size with the code:
.logo img {
max-width: 515px !important;
}
Desktop worked, however the mobile navigation logo appears cut. How to set?
Hello,
1. Please clarify for what element you want to change font on a product page. Do you mean single product page or Shop page?
2. Edit your css code to this:
@media (min-width: 1200px) {.logo img {
max-width: 515px !important;
}}
Regards,
Eva Kemp.
I would like to change the font on the Shop Page, when they appear all my products in the grid.
Hello,
Add this code in custom.css file to change font for product title:
.products-grid .product .product-name {
font-size: 12px;
font-family: sans-serif;
}
Add your own values.
How to create custom.css you can watch in this tutorial
Best regards,
Jack Richardson.
tnks!
You are welcome.
Best regards,
Jack Richardson.
The issue related to '‘help with Font style/size change and logo size’' has been successfully resolved, and the topic is now closed for further responses